Re: Problems running GWT app using Eclipse plugin

2010-06-21 Thread Fabricio
Hi, Thanks for your reply. I was about to paste the Command Line when I saw what was wrong. My JDK library inside Eclipse was configured with the java home pointing to a 32 bit version but the libraries was pointing to an old 64 bit version (I changed the library config instead of creating a new o

Re: Problems running GWT app using Eclipse plugin

2010-06-21 Thread Jason Parekh
Hi Fabricio, Could you try this: - Run your new, empty GWT project via Eclipse, then go to its Debug view. - You should see a line in the Debug view with something like: "/usr/lib/.../java (...)". - Right-click on this, go to Properties, and copy+paste the Command Line into a reply. jason On Su

Problems running GWT app using Eclipse plugin

2010-06-21 Thread Fabricio
Hi, I recently installed GWT Plugin on a fresh Eclipse under Ubuntu 10.04 (32 bits). Every time I try to run the App I get the following error: Exception in thread "main" java.lang.NoClassDefFoundError: com/google/ gwt/dev/DevMode Could not find the main class: com.google.gwt.dev.DevMode. Progra