Jmeter java -jar ApacheJMeter.jar doesn't pickup -t option -


if used java -jar /absolute/path/to/apachejmeter.jar -t test.jmx, start gui without test.jmx

if used java -jar ./apachejmeter.jar -t test.jmx, show gui test.jmx opened.

thanks

if use absolute path -jar option you'll need include absolute path test.jmx -t option. e.x. -t /absolute/path/to/test.jmx, unless test.jmx happens in current directory.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -