]
Marek Schmidt updated SEAMJMS-63:
---------------------------------
Assignee: (was: Marek Schmidt)
Arquillian tests do not run on windows
--------------------------------------
Key: SEAMJMS-63
URL:
https://issues.jboss.org/browse/SEAMJMS-63
Project: Seam JMS
Issue Type: Bug
Reporter: John Ament
Marek, not sure if this is you to look at it.
I get the following error when trying to run the jbossas-managed-6 profile (mvn clean
install -Darquillian=jbossas-managed-6) on windows
java.lang.NoClassDefFoundError: Files\Java\jdk1/6/0_29\lib\tools/jar
Caused by: java.lang.ClassNotFoundException: Files\Java\jdk1.6.0_29\lib\tools.jar
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Could not find the main class: Files\Java\jdk1.6.0_29\lib\tools.jar. Program will exit.
Exception in thread "main"
JBoss 6 starts fine when executed on the command line.