https://bz.apache.org/bugzilla/show_bug.cgi?id=63020
Bug ID: 63020
Summary: Not able to run jmeter through java exec command in
console mode.
Product: JMeter
Version: 5.0
Hardware: PC
Status: NEW
Severity: major
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.1
Hi,
I am not able to run jmeter through java exec command in console mode whereas
it is working fine on Version 3.1.
Refer below command i am using.
Process pro = null;
pro = Runtime.getRuntime().exec("jmeter.bat -n -t test.jmx");
--
You are receiving this mail because:
You are the assignee for the bug.