usually the jar file must be in the lib directory of jmeter (or probably classpath) - the alternative is you can code it completely within JMeter (beanshell or JSR ) so they are included in your test plan
On Mon, Jul 15, 2013 at 1:10 PM, Mikhail T. <[email protected]>wrote: > On 15.07.2013 16:01, Deepak Shetty wrote: > >> not out of the box - but if you do it in java which should have all the >> encryption support you need, you can call it from jmeter using functions >> or pre processors... >> > Thanks. Can my Java code be distributed along with the test-plans? We > currently use svn for those -- users check out the latest test-plan(s) into > a directory and run JMeter there. If I placed the .java file some place, > will it be automatically compiled and loaded? > > If not .java, can the .jar file be similarly checked-out, or must it be > located somewhere under $JMETER_HOME? > > -mi > >
