Details
Description
Zookeeper startup fails if there are spaces in the %JAVA_HOME% variable.
if not exist %JAVA_HOME%\bin\java.exe ( echo Error: JAVA_HOME is incorrectly set. goto :eof ) set JAVA=%JAVA_HOME%\bin\java
Attachments
Attachments
Issue Links
- is duplicated by
-
ZOOKEEPER-2351 %JAVA_HOME% in bin\zkEnv.cmd does not work on Windows 8 and Windows 10
- Resolved
-
ZOOKEEPER-2341 bin/zkEnv.cmd needs quotes around %JAVA%
- Resolved