Add all jars from a folder to jmeter classpath
问题 I have a CI server dumping several application jars and their various dependencies in a single folder. I'm trying to then run a jmeter test with all the jars in jmeter's classpath. I can set jmeter's user.classpath property to a (semi-)colon separated list of individual jars, but using a wild card doesn't seem to be supported. Is there a way I can add the entire folder worth of jars to jmeter's classpath? 回答1: As per How to Use JUnit With JMeter guide: You can also “tell” JMeter to look into