How do I use the plugin with a GWT Dynamic Web project in Eclipse for Java EE?
It’s easy to develop and debug a GWT application in Eclipse for Java EE: • In your project’s properties dialog, select Google > Web Toolkit and check the box Use Google Web Toolkit. • Switch to the Google > Web Application property page and change WAR directory as appropriate (WebContent is the default for Eclipse for Java EE) and uncheck the box Launch and deploy from this directory. Click OK to close the properties dialog. • If your project uses the Apache Tomcat library, ensure that the GWT SDK library is above it on your project’s classpath (project properties > Java Build Path > Order and Export). Otherwise, you may get a java.lang.NoSuchMethodError when launching your application in hosted/development mode. • Start your project’s server (Jetty, GlassFish, Tomcat, etc.) using your configured WTP server adapter. • Create a new Web Application launch configuration for your project. On the Server tab, uncheck Run built-in server (since you want to use your configured WTP server adapt