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 one). Thanks again, I forgot to look the runtime classpath in the first place.
Fabricio On Jun 21, 4:56 pm, Jason Parekh <[email protected]> wrote: > 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 Sun, Jun 20, 2010 at 6:15 PM, Fabricio <[email protected]>wrote: > > > 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. Program > > will exit. > > > This happens with the GWT SDK pointing directly to the plugin's SDK or > > an external folder with the SDK. > > The GWT Library is in the classpath, so I can't figure out what is > > wrong. Same occurs if I create a new, empty GWT project and try to run > > it. > > > Can somebody help me? > > > Fabricio Toresan > > > -- > > 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]<google-web-toolkit%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=en. -- 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.
