I have a large project with lots of dependencies packaged as a 'jar-with-dependencies.jar'. I place this jar in jmeter's /lib folder.
When I try to start Jmeter and open a jmx file I get Uncaught exception error like,
Uncaught Exception java.lang.NoSuchMethodError: com.thoughtworks.xstream.core.JV
M.newReflectionProvider()Lcom/thoughtworks/xstream/converters/reflection/Reflect
ionProvider;.See log file for details.
I plan to write a BeanShell Java code that would use the functionalities within the custom jar imported. Am I importing the jar in the right way? Is there any other way to import the jar?