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 wa...

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 ...