Hey,
Yeah: 5.5 requires only the JRE, not JDK.

Yoav Shapira
System Design and Management Fellow
MIT Sloan School of Management / School of Engineering
Cambridge, MA USA
[EMAIL PROTECTED] / [EMAIL PROTECTED]

> -----Original Message-----
> From: Fenlason, Josh [mailto:[EMAIL PROTECTED]
> Sent: Monday, July 11, 2005 2:11 PM
> To: tomcat-dev@jakarta.apache.org
> Subject: setclasspath scripts
> 
> In Tomcat 5.5.9 setclasspath.sh, tools.jar is only conditionally added
> to the classpath.
>     if [ "$1" = "debug" -o "$1" = "javac" ] ; then
>       CLASSPATH="$JAVA_HOME"/lib/tools.jar
>     fi
> setclasspath.bat unconditionally add tools.jar to the classpath.
>     set CLASSPATH=%JAVA_HOME%\lib\tools.jar
> 
> In Tomcat 5.0.30 setclasspath.sh and setclasspath.bat tools.jar is
> unconditionally added to the classpath.
> 
> Is there a reason why this changed, and only on Unix, between releases?
> Thanks.
> ,
> Josh.


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

Reply via email to