guw / gwt-tooling

Automatically exported from code.google.com/p/gwt-tooling
0 stars 0 forks source link

ClassNotFoundException: com.google.gwt.dev.Compiler #81

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
We only Support GWT 1.6 and newer.

Original comment by eclipseguru@gmail.com on 14 Dec 2009 at 11:19