You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by heiman666 <rl...@andrew.cmu.edu> on 2006/07/30 12:16:22 UTC

Question about Java Request

I am trying to run a Java Request. However, the list of classnames does not
include the classes in my jar file. Is it because the jar file is not in the
correct classpath? If it's, then where should I insert my jar file into and
where do I set the classpath to include the new jar file?
-- 
View this message in context: http://www.nabble.com/Question-about-Java-Request-tf2022915.html#a5562150
Sent from the JMeter - User forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Question about Java Request

Posted by vetalok <ve...@gmail.com>.
yourfile.java must implements some abstract class, see
jmeter/...src/JavaTest.java
-- 
View this message in context: http://www.nabble.com/Question-about-Java-Request-tf2022915.html#a5594745
Sent from the JMeter - User forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Question about Java Request

Posted by sebb <se...@gmail.com>.
The jar file should be in the lib/ext directory.

Your class must implement the JavaSamplerClient interface.

S.
On 30/07/06, heiman666 <rl...@andrew.cmu.edu> wrote:
>
> I am trying to run a Java Request. However, the list of classnames does not
> include the classes in my jar file. Is it because the jar file is not in the
> correct classpath? If it's, then where should I insert my jar file into and
> where do I set the classpath to include the new jar file?
> --
> View this message in context: http://www.nabble.com/Question-about-Java-Request-tf2022915.html#a5562150
> Sent from the JMeter - User forum at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org