ruthan commented on issue #5789: URL: https://github.com/apache/jmeter/issues/5789#issuecomment-1460401198
Ok i solved it, but its ugly: _REM %JM_START% "%JM_LAUNCH%" %ARGS% %JVM_ARGS% -jar "%JMETER_BIN%ApacheJMeter.jar" %JMETER_CMD_LINE_ARGS% %JM_START% C:\Progra~1\Java\jdk1.8.0_144\bin\java.exe %ARGS% %JVM_ARGS% -jar "%JMETER_BIN%ApacheJMeter.jar" %JMETER_CMD_LINE_ARGS%__ I really dont like space in Program Files .. which is default Windows Java directory and even %JM_START% C:\"Program Files"\Java\jdk1.8.0_144\bin\java.exe %ARGS% %JVM_ARGS% -jar "%JMETER_BIN%ApacheJMeter.jar" %JMETER_CMD_LINE_ARGS%__ is not solution.. So old good Dos path.. strange is that for jdk1.8.0_144 which is longer than 8 chars it is working but its not include space.. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org