You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2018/12/19 11:55:56 UTC

[Bug 63020] Not able to run jmeter through java exec command in console mode.

https://bz.apache.org/bugzilla/show_bug.cgi?id=63020

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
                 OS|                            |All

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
(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.