Add JMeter plugin programmatically - non gui mode
问题 I am trying to use jmeter-plugins. Does it have to be placed only under /lib/ext folder? Is there any way for me to refer to the plugin jar using some properties? (like user.classpath property to refer to my custom lib) 回答1: If you don't want to put JMeter plugin jars in the lib/ext directory, then define the property search_paths in jmeter.properties . 回答2: After placing the plugin manager jar in the /lib/ext/ you need to do the following to install a particular plugin. Download the latest