GWT 2.4.0 with Google Web Toolkit plugin 3.8.0.v201410302155-rev-r42

I have a GWT 2.4.0 requirement from a client due to Java 5 limitation. Prior to this latest Google Web Toolkit plugin update, I was able to use the plugin successfully with GWT 2.4.0. I see an error regarding the missing gwt-codeserver.jar and the GWT plugin says GWT is not installed. Is there anything I can do as a workaround for using GWT 2.4.0 and the latest Eclipse / GWT plugin?

+3


source to share


2 answers


I had the same problem. I downloaded the newest version of GWT just to copy the gwt-codeserver.jar to the SDK folder. So I didn't have this error anymore. Also, in my debug / run config, I removed the "-nosuperDevMode" argument.



+3


source


I had the same problem and like Gildas I copied the gwt-codeserver.jar from GWT 2.6.0 to the 2.4.0 folder.



The next thing I had to do to get it to work was when adding the 2.4 SDK, I had to specify the gwt2.4.0 folder as opposed to the parent "com.google.gwt.eclipse.sdkbundle_2.4.0.v201208080121-rel-r42" ... Clean and build, good to go ... with this problem at least.

0


source







All Articles