GP-693: Additional improvements

This commit is contained in:
Ryan Kurtz
2021-02-24 14:14:04 -05:00
parent df114d13a6
commit 2a8afd5296
6 changed files with 11 additions and 12 deletions

View File

@@ -104,7 +104,6 @@ set ERROR=ERROR: JAVA_HOME is not set and no 'java' command could be found in yo
goto reportError
:findJavaFromJavaHome
set "JAVA_HOME=%JAVA_HOME:"=%"
set "JAVA=%JAVA_HOME%\bin\java.exe"
if exist "%JAVA%" goto lab2