Reputation: 2330
According to this post, the Jmeter home is automatically detected. Is there a way to manually set this? My scripts starts java from another place, causing the home to be incorrectly detected.
Upvotes: 2
Views: 12843
Reputation: 11
Jmeter 4, If you want to run command out side of the bin folder, you have to decleare jmeter
home in path. and it should be C:\apache-jmeter-4.0
, "apache-jmeter-4.0"
this folder containing all folder including bin.
Upvotes: 0
Reputation: 408
You can use command line option :
or --homedir {argument}
the jmeter home directory to use
See:
Upvotes: 1