You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2014/08/11 23:33:05 UTC

svn commit: r1617365 - /tomcat/trunk/bin/setclasspath.bat

Author: markt
Date: Mon Aug 11 21:33:05 2014
New Revision: 1617365

URL: http://svn.apache.org/r1617365
Log:
Improve comments

Modified:
    tomcat/trunk/bin/setclasspath.bat

Modified: tomcat/trunk/bin/setclasspath.bat
URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/setclasspath.bat?rev=1617365&r1=1617364&r2=1617365&view=diff
==============================================================================
--- tomcat/trunk/bin/setclasspath.bat (original)
+++ tomcat/trunk/bin/setclasspath.bat Mon Aug 11 21:33:05 2014
@@ -74,12 +74,12 @@ set "JAVA_ENDORSED_DIRS=%CATALINA_HOME%\
 rem Don't override _RUNJAVA if the user has set it previously
 if not "%_RUNJAVA%" == "" goto gotRunJava
 rem Set standard command for invoking Java.
-rem Note that NT requires a window name argument when using start.
-rem Also note the quoting as JAVA_HOME may contain spaces.
+rem Also note the quoting as JRE_HOME may contain spaces.
 set _RUNJAVA="%JRE_HOME%\bin\java"
 :gotRunJava
 
 rem Don't override _RUNJDB if the user has set it previously
+rem Also note the quoting as JAVA_HOME may contain spaces.
 if not "%_RUNJAVA%" == "" goto gotRunJdb
 set _RUNJDB="%JAVA_HOME%\bin\jdb"
 :gotRunJdb



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org