JMeter - user.dir

20 Views Asked by At

I want to set Home directory for my 'jmx' files to be open when starting JMeter, using property 'user.dir' from the file: 'user.properties', but without any success. My JMeter's version is 5.5. Please, tell me how to set 'Home' directory for 'jmx' files using configuration files.

1

There are 1 best solutions below

1
Ivan G On BEST ANSWER

You're using wrong configuration file, user.dir is a Java System Property hence you need to set it in system.properties file.

JMeter restart will be required to pick the property up.

More information: