DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8896>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8896

Tomcat failure on simple file in J2SDK 1.4.0





------- Additional Comments From [EMAIL PROTECTED]  2002-08-01 16:48 -------
Another way in which this can sneak up on you is if your JAVA_HOME
environment variable doesn't point to the installation that contains
the java command that is earliest in your shell PATH. If your startup
script just uses the command "java" as opposed to "$JAVA_HOME/bin/java"
(on Unix) or "%JAVA_HOME%\bin\java" (on Windows), then you'll be running
the first java in your shell path, but including a tools.jar from another
installation in your classpath! And that can get you ... as it got me. :)

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to