Hello, Is there a way to "tell" Jmeter to also recursively scan subdirectories for any jars to include in the classpath? I am trying to run my JUnits through JMeter, but keep getting ClassNotFoundException, which goes away when I include the relevant jar in the lib/junit directory of jmeter.
I cannot repeat this process for each and every jar. If I could, I would just like to specify the .m2/repository directory in the user classpath and move on to the actual load testing. Thanks much in advance!
