"The system cannot find the specified path" is displayed when the IoTDB client is started in Windows enter image description here
CodePudding user response:
That's what it writes in the startup script, and that's usually the problem:
"%JAVA_HOME%\bin\java" %JAVA_OPTS% -cp "%CLASSPATH%" %MAIN_CLASS% %PARAMETERS%
If the JAVA HOME contains \bin itself, an error occurs. The solution is not to include bin in the JAVA HOME path.