Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I use the plugin with a GWT Dynamic Web project in Eclipse for Java EE?

0
Posted

How do I use the plugin with a GWT Dynamic Web project in Eclipse for Java EE?

0

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

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123