Never mind... I had 2 different versions of GWT on the classpath (2.0.1 and 2.0.0) and that's what was causing Eclipse to go nuts.
On Feb 14, 1:09 pm, Yaakov <yaakov.chai...@gmail.com> wrote: > Hi all, > > Using 2.0.0 in Eclipse (actually in the pom.xml I specified 2.0.1 - > just in case that matters). Using XP 64 bit. > > When right-clicking on my GwtTestXXXX, I get the following error: > java.lang.NoClassDefFoundError: com/google/gwt/dev/DevModeBase > $OptionBindAddress > at com.google.gwt.junit.JUnitShell.getUnitTestShell(JUnitShell.java: > 645) > at com.google.gwt.junit.JUnitShell.runTest(JUnitShell.java:541) > at com.google.gwt.junit.client.GWTTestCase.runTest(GWTTestCase.java: > 406) > at junit.framework.TestCase.runBare(TestCase.java:134) > at junit.framework.TestResult$1.protect(TestResult.java:110) > at junit.framework.TestResult.runProtected(TestResult.java:128) > at junit.framework.TestResult.run(TestResult.java:113) > at junit.framework.TestCase.run(TestCase.java:124) > at com.google.gwt.junit.client.GWTTestCase.run(GWTTestCase.java:282) > at junit.framework.TestSuite.runTest(TestSuite.java:232) > at junit.framework.TestSuite.run(TestSuite.java:227) > at > org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java: > 83) > at > org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java: > 46) > at > org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java: > 38) > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java: > 467) > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java: > 683) > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java: > 390) > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java: > 197) > Caused by: java.lang.ClassNotFoundException: > com.google.gwt.dev.DevModeBase$OptionBindAddress > at java.net.URLClassLoader$1.run(URLClassLoader.java:200) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:188) > at java.lang.ClassLoader.loadClass(ClassLoader.java:307) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > at java.lang.ClassLoader.loadClass(ClassLoader.java:252) > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) > ... 18 more > > Any ideas? > > Thanks, > Yaakov. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.