- Download http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1
- Install GWT Eclipse plugin as described here http://code.google.com/eclipse/docs/download.html
I have unchecked the “GWT for Android Option”. - Restart Idea
- Create new GWT project as described here:
http://code.google.com/webtoolkit/tools/gwtdesigner/wizards/gwt/entrypoint.html - You should get a code like this:
import com.google.gwt.core.client.EntryPoint;
public class GwtEntryPointTest extends EntryPoint {
public void onModuleLoad() {
RootPanel rootPanel = RootPanel.get();
}
} - Edit with GWT Designer: right click on the class – Open With – GWT Designer
Other Resources
- http://groups.google.com/group/google-web-toolkit/browse_thread/thread/476a1d90ad39ead4
1) install xulrunner-1.9.2 (the version i’ve installed is 1.9.2.17)
2) start eclipse using this command: eclipse -vmargs -Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/xulrunner-1.9.2 (use the exact path to the lib) - http://forums.instantiations.com/topic-11-2082.html
- http://markmail.org/search/?q=GWT%202.4.0%20xulrunner#query:GWT%202.4.0%20xulrunner+page:2+mid:bffw3kfou4vd4tt7+state:results
- deb package of xulrunner: https://launchpad.net/ubuntu/oneiric/amd64/xulrunner-1.9.2/1.9.2.17+build3+nobinonly-0ubuntu1
- https://groups.google.com/group/google-plugin-eclipse/browse_thread/thread/c13ed8b7395e99e4?pli=1
- https://developer.mozilla.org/en/XULRunner
Ubuntu, GWT, XulRunner