With this commit we provide more info in an existing error message that is raised when the file `jvm.dll` cannot be found on Windows when installing Elasticsearch as a service.
This commit is contained in:
parent
4dadeba039
commit
171ef05212
|
@ -98,7 +98,7 @@ if exist "%JAVA_HOME%\bin\server\jvm.dll" (
|
|||
set JVM_DLL=\bin\server\jvm.dll
|
||||
goto foundJVM
|
||||
) else (
|
||||
echo JAVA_HOME points to an invalid Java installation (no jvm.dll found in "%JAVA_HOME%"^). Exiting...
|
||||
echo JAVA_HOME ("%JAVA_HOME%"^) points to an invalid Java installation (no jvm.dll found in "%JAVA_HOME%\jre\bin\server" or "%JAVA_HOME%\bin\server"^). Exiting...
|
||||
goto:eof
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue