Monday, March 22, 2010

Unable to change GWT home in netbeans 6.5

Recenetly I faced a problem when I took GWT based netbeans workspace from my collegue. I am able to point the GWT installation to my local folder. Even I changed the gwt installation folder in netbeans, it is simply ignoring.

The way to solve the problem

• Go to nebeanse config folder of your project.
o For example
o C:\Temp\work\QABuild_Snapper\client\nbproject
• Edit gwt.properties
• Modify the “gwt.install.dir” to the directory you have gwt installation
• Save the file

Hope this helps 

~Balaji

Followers