You missed something, if you follow the instructions exactly and click Run it will start up the example app. No need to configure anything inside eclipse.
When I click "Run" button, it always run the first application in the drop list and the *.launch doesnot work at all. How to load the *.launch, anyone knows?
in the docs it says to use com.google.gwt.dev.GWTShell as the startup class, which may mean main class for Run dialog? I tried this but had a null pointer on logging setup. Caused by: java.lang.NullPointerException at org.apache.commons.logging.LogFactory.newFactory
Well, I think I found something. The main class is com.google.gwt.dev.GWTShell, which hosts in gwt-dev-windows.jar. It is missed in the tutorial. and swt-win32-3139.dll should be in the same dir as gwt-dev-windows.jar. You can try to run it.
I was having a similar issue originally too. When I pressed Run it just ran my other project. Then I went into the "Run..." dialogue and noticed that a new Runner was set up for my GWT project and that one worked. -Drusifer
> And I wonder what it exactly to "Run", you know, there is drop-down > list in "Run" button, and what Class should specified? or I lost > something?
> Thanks > /Jack
Hi Jack, when I launch the configuration page reads com.google.gwt.dev.GWTShell for the main class and my project name "opportunity" under the project tab with no checkboxes checked. and this launches the hosted mode for me. I hope this helps you. regards, Brian