https://bz.apache.org/bugzilla/show_bug.cgi?id=50585

--- Comment #12 from Sebb <[email protected]> ---
(In reply to bastian.dev from comment #11)

> I'm sure that jars are ignored. Check
> http://svn.apache.org/viewvc/jmeter/trunk/src/jorphan/org/apache/jorphan/
> reflect/ClassFinder.java?view=markup line 348.

AFAICR this just checks that the jars under lib/ext are on the classpath.

It's clearly not a problem when running JMeter stand-alone; the jars can be
renamed at will and JMeter will still run.

So the problem must be in the way the paths and properties are set up by your
test. If the classpath and the contents of lib/ext disagree on the names used,
then you will have problems.

Note that JMeter is designed to be run from the NewDriver class.
If you want to invoke other classes directly, then you will have to set up the
appropriate environment.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to