Skip to content

Run As...GWT Development Mode

maxandersen edited this page Feb 6, 2013 · 1 revision

We create a plugin which has a launch short cut named "GWTDevModeLaunchShortcut" which does the following:

If project has com.google.gwt.dev.DevMode on its classpath then

Create a Java launch with main class: com.google.gwt.dev.DevMode

Program arguments: -startupUrl -war

Example: org.sucks.brock.GWTModule -startupUrl index.html -war src/main/webapp

VM Arguments: -Xm2048 ...

Run As...GWT Development Mode with External Server

Add to program arguments -noServer -startupUrl http://localhost:8080/

Where url should be based on server.

This might be able to work as a "Run As..." via WTP server mode.

Clone this wiki locally