confusified
confusified

Reputation: 2330

Manually setting Jmeter home directory

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

Answers (2)

Arimon
Arimon

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

girlytech59
girlytech59

Reputation: 408

You can use command line option :

  • -d {argument}
  • or --homedir {argument}

    the jmeter home directory to use

See:

Upvotes: 1

Related Questions