[jboss-dev-forums] [Design of JBoss internal QA (Test Suite)] - Re: AS testsuite using wrong jvm to exectute tests?
akostadinov
do-not-reply at jboss.com
Thu Feb 12 08:29:58 EST 2009
In my experience, to use java reliably, you need to have JAVA_HOME set to the jdk/jre directory.
AFAIU you, you are running Sun JVM to compile AS and tests but you are running it with JAVA_HOME set to the openjdk location. Is that correct? I don't think that can work properly. It could if you have -Djava.home=<jdk.path>/jre.
But in this case wouldn't it be easier to just set -Djunit.jvm ?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209493#4209493
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209493
More information about the jboss-dev-forums
mailing list