1. Download http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1
  2. Install GWT Eclipse plugin as described here http://code.google.com/eclipse/docs/download.html
    I have unchecked the “GWT for Android Option”.
  3. Restart Idea
  4. Create new GWT project as described here:
    http://code.google.com/webtoolkit/tools/gwtdesigner/wizards/gwt/entrypoint.html
  5. 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();
    }
    }
  6. Edit with GWT Designer: right click on the class – Open With – GWT Designer

Other Resources

  1. 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)
  2. http://forums.instantiations.com/topic-11-2082.html
  3. http://markmail.org/search/?q=GWT%202.4.0%20xulrunner#query:GWT%202.4.0%20xulrunner+page:2+mid:bffw3kfou4vd4tt7+state:results
  4. deb package of xulrunner: https://launchpad.net/ubuntu/oneiric/amd64/xulrunner-1.9.2/1.9.2.17+build3+nobinonly-0ubuntu1
  5. https://groups.google.com/group/google-plugin-eclipse/browse_thread/thread/c13ed8b7395e99e4?pli=1
  6. https://developer.mozilla.org/en/XULRunner
Ubuntu, GWT, XulRunner

Leave a Reply

Your email address will not be published. Required fields are marked *