Posts

Showing posts with the label program utility

Error while installing GWT plugin in eclipse

What type of errors we will get by installing GWT plugin in eclipse as well as what is new in GWT? will see in this page.  If you are new to GWT better first read GWT , then you will easily understand what I am explaining here. I was already explained in GWT page, how to install gwt plugin and create sample application and running the same application in development mode.  Previously I am using gwt-2.4 in my system with JDK-1.6 and eclipse-juno-4.2 in windows-xp. N ow, I got changed my system OS to Windows-8.1. I have installed JDK-1.6 as per my project requirement and I followed the same steps as previously I have installed GWT-plugin. The plugin was installed, but in eclipse GWT symbol is not displaying. I was tried with different eclipses, but there was no Luck. Finally I have uninstalled JDK 1.6 and again I installed JDK-1.7. After that I have tried again installing GWT-plugin in new eclipse. Now, I got the GWT symbol in my eclipse after that I realized that was installed 2.

Unix Commands

                       Files &Directories cat          -      Disaply file content cd           -      Changes directory to dirname chgrp      -      Change file group chmod    -      Changing permissions cp           -      Copy source file into destination file          -      Determine file type find         -      Find files grep        -      Search file for regular expressions head       -      Display first few lines of a file ln           -      Create soft link on oldname ls            -      Display information about file type mkdir      -      Create new directory dirname more       -      Display data in the pagenated form mv         -      move(rename) a old name to new name pwd        -      Print current working directory rm          -      Remove(Delete) filename rmdir      -      Delete an existing directory provided it is empty tail          -      Print last few lines in a file touch      -      Update acess and modification ti