Hi darko,

i've downloaded exactly the same bsh-2.0b4.jar and copied it to the lib directory. but i've used beanshell in a request parameter in a http query and it worked fine with me.

i know that's not what you want to do but you can still give it a try to be sure it's coming from that. here's the piece of code i used :

${__BeanShell(java.util.GregorianCalendar calendar = new java.util.GregorianCalendar();Date date = calendar.getTime();new java.text.SimpleDateFormat("dd/MM/yyyy HH:mm:ss").format(date))}

regards,
raj


Darko Jovisic a écrit :

Hi!

I downloaded bsh-2.0b4.jar and copied it to the lib directory.
But when I add BeanShell Sampler and try to exec some code nothing
happens.
What could be the reason ?

Tnx,
Darko


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to