We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 633caf0 + 8308927 commit 9f32b66Copy full SHA for 9f32b66
scripts/runjava.bat
@@ -3,7 +3,7 @@
3
setlocal EnableDelayedExpansion
4
5
set CP=
6
-for %%F in ("%~dp0"/*.jar) do set CP=!CP!;%%F
+for %%F in ("%~dp0"/*.jar) do set CP=!CP!;"%%F"
7
8
java -cp %CP% %1 %2 %3 %4 %5 %6 %7 %8 %9
9
0 commit comments