Comment 11 for bug 459251

Revision history for this message
Onkar Shinde (onkarshinde) wrote :

Thanks for the sample test case.
The problem is that even though libcommons-httpclient-java depends on libcommons-codec-java, it does not add commons-codec.jar in classpath (usually done in MANIFEST.MF file). At the same time jmeter launcher script does not explicitly add commons-codec.jar in classpath. So even though the library is available you get class not found exception.

I will fix this soonish.