[jboss-user] [Beginners Corner] - Re: Server not Starting

PeterJ do-not-reply at jboss.com
Mon Feb 19 11:54:11 EST 2007


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



More information about the jboss-user mailing list