'which' on checks the PATH variable,
type: echo $JAVA_HOME
and you will be able to verify you set that.
I think then you have to add that to your path
PATH = $PATH:${JAVA_HOME}/bin or something like that.----- Original Message ----- From: [EMAIL PROTECTED] Date: Tuesday, August 5, 2003 1:54 pm Subject: Java and tomcat issues > Greetings, > I'm trying to set up JAVA for tomcat on a redhat 8.1 box and I > keep getting > this message after I set the JAVA_HOME path > > -bash-2.05b# which java > /usr/bin/which: no java in > (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin > ) > -bash-2.05b# > > Any suggestions? > > Bobbie Atristain > Internet Systems Administrator > Media General, INC. > 804.649.6156 > > ------------------------------------------------------------------- > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
