mirror of
https://github.com/elastic/logstash.git
synced 2025-06-27 17:08:55 -04:00
fix Windows java not found log (#16633)
This commit is contained in:
parent
852149be2e
commit
849f431033
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ if defined LS_JAVA_HOME (
|
||||||
)
|
)
|
||||||
|
|
||||||
if not exist "%JAVACMD%" (
|
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
|
exit /b 1
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue