From 95dd84e0fed2813e5b4dfcc89e93b9979fe7826f Mon Sep 17 00:00:00 2001 From: markt Date: Sat, 9 Jun 2007 00:18:22 +0000 Subject: [PATCH] Look for tools.jar in right place. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@545668 13f79535-47bb-0310-9956-ffa450edef68 --- bin/setclasspath.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/setclasspath.bat b/bin/setclasspath.bat index 52ae57778..83e874291 100755 --- a/bin/setclasspath.bat +++ b/bin/setclasspath.bat @@ -51,7 +51,7 @@ set JAVA_ENDORSED_DIRS=%BASEDIR%\endorsed rem Set standard CLASSPATH rem Note that there are no quotes as we do not want to introduce random rem quotes into the CLASSPATH -if not exist "%JAVA_HOME%\bin\tools.jar" goto noJavac +if not exist "%JAVA_HOME%\lib\tools.jar" goto noJavac set CLASSPATH=%JAVA_HOME%\lib\tools.jar :noJavac -- 2.11.0