Skip to content

Commit 9f32b66

Browse files
author
Vlad Ionescu
committed
merging bug21874 into default
2 parents 633caf0 + 8308927 commit 9f32b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/runjava.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setlocal EnableDelayedExpansion
44

55
set CP=
6-
for %%F in ("%~dp0"/*.jar) do set CP=!CP!;%%F
6+
for %%F in ("%~dp0"/*.jar) do set CP=!CP!;"%%F"
77

88
java -cp %CP% %1 %2 %3 %4 %5 %6 %7 %8 %9
99

0 commit comments

Comments
 (0)