What steps will reproduce the problem?
1. On gwt project choose GWT Tools > Compile and Publish
2.
3.
What is the expected output? What do you see instead?
Expected:
Compiling module X
Compilation succeeded
Linking compilation into X\bin.gwt\com.domain.X
Instead:
java.lang.NoClassDefFoundError: com/google/gwt/dev/Compiler
Caused by: java.lang.ClassNotFoundException: com.google.gwt.dev.Compiler
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"
What version of the product are you using? On what operating system?
1.6.0.200908171253
Windows Vista
Eclipse 3.5
Please provide any additional information below.
Original issue reported on code.google.com by rafael.o...@gtempaccount.com on 5 Nov 2009 at 4:08
Original issue reported on code.google.com by
rafael.o...@gtempaccount.com
on 5 Nov 2009 at 4:08