I ran into this same issue yesterday when I started looking at GWT. I figured why mine did not work in Eclipse but did using the - shell.cmd. In the tutorial it tells you to browse to the StockWatcher folder in between running the projectCreator and the applicationCreator scripts. This, apparently, is not correct.
I noticed that their screen shots of the package explorer had a different tree setup than mine, so I delete everything and started over, this time running the applicationCreator script from the same directory that I ran the projectCreator. When I imported the project into eclipse I could run the project from inside eclipse with no problem. Hope this helps. On Sep 2, 11:51 am, ALF <[EMAIL PROTECTED]> wrote: > Am I the only one having problems with running GWT in Eclipse? I have > gone through the step-by-step walk-through (projectCreator, > applicationCreator, and Eclipse import) for the StockWatcher sample > but it simply will not run within Eclipse. > > C:\dev\workspace\StockWatcher>projectCreator -eclipse StockWatcher - > out StockWatcher > C:\dev\workspace\StockWatcher>applicationCreator -eclipse StockWatcher > -out StockWatcher > com.google.gwt.sample.stockwatcher.client.StockWatcher > > When I run StockWatcher I get classpath problems (it can't find the > gwt.xml file). I noticed that the package names begin with 'src' > rather than 'com'. I refactored the package names and the classpath > problem to the gwt.xml file went away but a new problem surfaced. Now > I get an IE popup stating that it failed to load module > com.google.gwt.sample.stockwatcher.StockWatcher. The DevShell says > it's unable to find type '...StockWatcher'. > > Am I missing a step somewhere? I have tried this on Windows Vista > running Ganymede and on Windows XP running Europa with the same > problems. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
