Is there a way to execute java class from jmeter? I\'ve packaged my class with maven assembly and put it in the lib folder of JMETER_HOME. Then I created BSF Listener inside my
Try BSF Sampler instead of BSF Listener, in scripting language field select beanshell and it will work like a charm.
beanshell