https://bz.apache.org/bugzilla/show_bug.cgi?id=62107
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #24 from [email protected] --- I'm currently getting an error (errorcode 5) when I try to start JMeter (4.1 r1825328) using the jmeter.bat file. The reason seems to be the quotes around the JM_LAUNCH variable (if JM_START="start"): %JM_START% "%JM_LAUNCH%" %ARGS% %JVM_ARGS% -jar "%JMETER_BIN%ApacheJMeter.jar" %JMETER_CMD_LINE_ARGS% Without the quotes it is working: %JM_START% %JM_LAUNCH% %ARGS% %JVM_ARGS% -jar "%JMETER_BIN%ApacheJMeter.jar" %JMETER_CMD_LINE_ARGS% BR -- You are receiving this mail because: You are the assignee for the bug.
