View | Details | Raw Unified | Return to bug 39194
Collapse All | Expand All

(-)setclasspath.bat.orig (-1 / +2 lines)
Lines 51-58 Link Here
51
rem Set standard CLASSPATH
51
rem Set standard CLASSPATH
52
rem Note that there are no quotes as we do not want to introduce random
52
rem Note that there are no quotes as we do not want to introduce random
53
rem quotes into the CLASSPATH
53
rem quotes into the CLASSPATH
54
if not ""%1"" == ""debug"" goto setCMDs
54
set CLASSPATH=%JAVA_HOME%\lib\tools.jar
55
set CLASSPATH=%JAVA_HOME%\lib\tools.jar
55
56
57
:setCMDs
56
rem Set standard command for invoking Java.
58
rem Set standard command for invoking Java.
57
rem Note that NT requires a window name argument when using start.
59
rem Note that NT requires a window name argument when using start.
58
rem Also note the quoting as JAVA_HOME may contain spaces.
60
rem Also note the quoting as JAVA_HOME may contain spaces.
Lines 67-70 Link Here
67
exit /b 1
69
exit /b 1
68
70
69
:end
71
:end
70

Return to bug 39194