initialZero
initialZero

Reputation: 6367

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

I have a customer requirement of GWT 2.4.0 due to a Java 5 limitation. Up until this latest Google Web Toolkit Plugin update I have been able to successfully use the plugin with GWT 2.4.0. I am seeing an error regarding a missing gwt-codeserver.jar and the GWT plugin says that 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?

Upvotes: 3

Views: 2999

Answers (2)

Chris Clark
Chris Clark

Reputation: 340

I was experiencing the same problem and like Gildas, I copied the gwt-codeserver.jar from GWT 2.6.0 into 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 point to the gwt2.4.0 folder as opposed to the parent "com.google.gwt.eclipse.sdkbundle_2.4.0.v201208080121-rel-r42" folder. Clean and build, good to go...with this problem, at least.

Upvotes: 0

Gildas Lefevre
Gildas Lefevre

Reputation: 31

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

Upvotes: 3

Related Questions