Author: markt Date: Fri Jun 8 17:18:22 2007 New Revision: 545668 URL: http://svn.apache.org/viewvc?view=rev&rev=545668 Log: Look for tools.jar in right place.
Modified: tomcat/tc6.0.x/trunk/bin/setclasspath.bat Modified: tomcat/tc6.0.x/trunk/bin/setclasspath.bat URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/bin/setclasspath.bat?view=diff&rev=545668&r1=545667&r2=545668 ============================================================================== --- tomcat/tc6.0.x/trunk/bin/setclasspath.bat (original) +++ tomcat/tc6.0.x/trunk/bin/setclasspath.bat Fri Jun 8 17:18:22 2007 @@ -51,7 +51,7 @@ 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]