gwtproject / gwt

GWT Open Source Project
http://www.gwtproject.org
1.49k stars 371 forks source link

NoClassDefFoundError: com/google/gwt/dev/GWTShell #2700

Closed dankurka closed 9 years ago

dankurka commented 9 years ago

Originally reported on Google Code with ID 2694

Found in GWT Release: 2.0

Detailed description:

I followed the sample application development provided in http://gwt-
ext.com/wiki/index.php/Using_Eclipse.

I am getting the following error after I have completed all the steps.
java.lang.NoClassDefFoundError: com/google/gwt/dev/GWTShell
Caused by: java.lang.ClassNotFoundException: com.google.gwt.dev.GWTShell
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Exception in thread "main" 

I have verified the jars and libraries are in path.

What is cozing this error? and Just wanted to know if I need to keep any 
server on too, coz thats not mentioned in the tutorial. 

Workaround if you have one:

Links to the relevant GWT Developer Forum posts:

Reported by mahendragayatri on 2008-07-24 05:38:15

dankurka commented 9 years ago

Reported by scottb+legacy@google.com on 2008-08-11 18:15:57