Skip to content

Commit

Permalink
fix Windows java not found log (elastic#16633)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisecheng authored Nov 5, 2024
1 parent 852149b commit 849f431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if defined LS_JAVA_HOME (
)

if not exist "%JAVACMD%" (
echo could not find java; set JAVA_HOME or ensure java is in PATH 1>&2
echo could not find java; set LS_JAVA_HOME or ensure java is in PATH 1>&2
exit /b 1
)

Expand Down

0 comments on commit 849f431

Please sign in to comment.