Hi Folks,

Newbie here. I have a problem when starting up JBoss. This is on RHEL3. I'm 
using Java(TM) 2 SDK, Standard Edition, Version 1.4.2. 

When I run the run.sh script, I get the following:

run.sh: Missing file: /lib/tools.jar
run.sh: Unexpected results may occur.  Make sure JAVA_HOME points to a JDK and 
not a JRE.

I've checked in the run.sh, and the important part seems to be this:

if [ "x$JAVAC_JAR" = "x" ]; then
    JAVAC_JAR="$JAVA_HOME/lib/tools.jar"
fi

if I run "echo $JAVA_HOME" at the console, I get "/usr/java/j2sdk1.4.2_02", so 
I would don't understand why it seems to be populating this as a empty variable 
in this portion of the script. I've also verified that $JAVA_HOME/lib/tools.jar 
exists.

I get a bunch of more serious errors later on down the line, but for the moment 
I'm assuming they're related to this. Can anyone help?

Thanks, Tom


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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to