Greg Lopp on 22 Apr 2005 15:36:49 -0000 |
If memory serves, $JAVA_HOME merely tells the java program/JVM where to look for its libraries. The problem you appear to be having is that you are executing the wrong JVM. So... 1) "which java" will tell you which JVM you are actually using when you say "java" 2) the tomcat start script should have its own definition of $JAVA_HOME and probably goes looking for a JVM at $JAVA_HOME/bin/java ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|