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.
1 parent 3c4ddcd commit 743404dCopy full SHA for 743404d
java.bat
@@ -4,5 +4,6 @@ for /f "delims=" %%i in ('jenv getjava') do set "var=%%i"
4
if exist "%var%/bin/java.exe" (
5
"%var%/bin/java.exe" %*
6
) else (
7
+ echo There was an error:
8
echo %var%
9
)
jenv.bat
@@ -37,7 +37,7 @@ if exist jenv.use.tmp (
37
if "%%x" == "remove" (
38
set "JENVUSE="
39
) ELSE (
40
- set JENVUSE=%%x
+ set JENVUSE=%%x
41
42
43
0 commit comments