https://bz.apache.org/bugzilla/show_bug.cgi?id=63020
Philippe Mouawad <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID CC| |[email protected] | |om OS| |All --- Comment #1 from Philippe Mouawad <[email protected]> --- (In reply to Rahul Dhoundiyal from comment #0) > 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"); What is the error you get ? Most probably wrong version of Java in path (Java 8 is required) or wrong path. Does it work if you call it from command line. Please use mailing list for such questions. Thank you -- You are receiving this mail because: You are the assignee for the bug.
