I'm using Vista and don't have this problem. Copying the JARs to the JRE's endorsed directory might fix this issue but it could cause you grief with other Java apps. I still think you have some stray jar files that were being picked up by your JVM (you don't have CLASSPATH set, do you?), but -verbose:class will help you locate them.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243349#4243349 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243349 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
