>Looking for a template of a BeanShell Sampler (or alternative) that calls a
>JAVA method from a JAR file.
No different than calling it from any other java class
import com.whatever.Whatever;
Whatever whatever = new Whatever ();
whatever.doSomethingUseful();
//update the beanshell variables with the response or something

On Tue, May 15, 2012 at 1:09 AM, sginsbourg <[email protected]> wrote:

>
> Hi,
>
> Looking for a template of a BeanShell Sampler (or alternative) that calls a
> JAVA method from a JAR file.
>
> That JAR file has already been copied to the Jmeter/LIB/EXT folder.
>
> Thank you!
>
> Shay
>
>
> --
> View this message in context:
> http://jmeter.512774.n5.nabble.com/Calling-a-JAVA-method-in-jar-file-tp5709848.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to