> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Subject: Re: How to reference Shared Libraries with TOMCAT
> 
> # First clear out the user classpath
> CLASSPATH=

But not on Windows.  The corresponding Windows script only sets CLASSPATH if 
running with a JDK and it can find tools.jar (which is odd, since Tomcat no 
longer uses javac).  Under any other conditions (such as running with a JRE), 
the CLASSPATH is left untouched.

Setting CLASSPATH globally (which a quicktime install does) can be disastrous 
for other programs, if not Tomcat; that environment variable has long outlived 
its usefulness.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

Reply via email to