I think you are still wrestling with making the Sun JVM the default JVM on your system. While that is a worthwhile goal (I did the same on my FC6 box), it is not necessary to run JBoss AS. All you should need is the following line in your .bashrc file:
export JAVA_HOME=/usr/java/jdk1.5.0_10 The run.sh script sets the command to run to $JAVA_HOME/bin/java. Only if JAVA_HOME is not properly set will the run.sh script use the default JVM. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018932#4018932 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018932 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
