[jboss-user] [Beginners Corner] - Re: Installing JBoss application server

PeterJ do-not-reply at jboss.com
Sun Aug 13 16:51:44 EDT 2006


You are still running the JVM that comes with Ubuntu.  Look at the output that says:

anonymous wrote : 19:56:19,034 INFO  [ServerInfo] Java version: 1.4.2,Free Software Foundation, Inc.
  | 19:56:19,034 INFO  [ServerInfo] Java VM: GNU libgcj 4.1.0 (Ubuntu 4.1.0-1ubuntu8),Free Software Foundation, Inc.
  | 

You need to set JAVA_HOME to the JRockit JVM.  You didn't say where you installed JRockit, but let's assume it is at /opt/jrockit-R26.4.0-jdk1.5.0_06.  You should then enter the following command:

export JAVA_HOME=/opt/jrockit-R26.4.0-jdk1.5.0_06

You could also place the above in your .bashrc file, assuming that yoru are running bash.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964856#3964856

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964856



More information about the jboss-user mailing list