I had the same problem. I tried with a 1.6 jre and got this stack trace:
| java.lang.NoClassDefFoundError: Testsuite/output
| Caused by: java.lang.ClassNotFoundException: Testsuite.output
| 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)
| Exception in thread "main"
|
I then downloaded a new Eclipse, as described above, and it was OK. However I had to go
back to jre 1.5 because I hit the problem described here:
https://jira.jboss.org/jira/browse/JBWS-2418.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198762#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...