Add one more missing quote around JAVA_CMD

This commit is contained in:
Xiaoyin Liu
2020-04-10 16:44:33 +08:00
committed by Ryan Kurtz
parent 4602ff4646
commit 61096c5fdf

View File

@@ -108,7 +108,7 @@ if "%JAVA_HOME%" == "" (
goto exit1
)
)
set JAVA_CMD=%JAVA_HOME%\bin\java
set "JAVA_CMD=%JAVA_HOME%\bin\java"
:: Get the configurable VM arguments from the launch properties
for /f "delims=*" %%i in ('java -cp "%LS_CPATH%" LaunchSupport "%INSTALL_DIR%\" -vmargs') do set VMARG_LIST=%VMARG_LIST% %%i