In 18/05/06, Peter Lin <[EMAIL PROTECTED]> wrote:
add it to the jmeter/lib/ directory. or, if you are using the latest JMeter, you can add the jar in the GUI.
Note that JMeter only looks for .jar files - not .zip - when scanning lib and lib/ext. But if the jar is added manually, it could use any extension (I assume, I've not tried).
peter On 5/18/06, Tobias Beisel <[EMAIL PROTECTED]> wrote: > > I tried to use the messaging-library coming with the activeMQ. But how > can I get JMeter to use the specific jar-file? Adding it to the > classpath whithin the jmeter.bat did not work.
Because classpaths are ignored when -jar is used.
> > Tobias > > -----Ursprüngliche Nachricht----- > Von: Peter Lin [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 18. Mai 2006 15:42 > An: JMeter Users List > Betreff: Re: Problem with JMS Subscriber > > > the JMS binaries are not included, so you have to use the > javax.messaginglibraries from SUN or the version shipped with your JMS > server. > > peter > > On 5/18/06, Tobias Beisel <[EMAIL PROTECTED]> wrote: > > > > HI, > > > > I'm receiving "java.lang.NoClassDefFoundError: > > javax/jms/MessageListener" when trying to add a "JMS Subscriber" to my > > > Test Plan. > > > > I tried to add a classpath to the MessageListener.class of my ActiveMQ > > > into the jmeter.bat, ... didn't work out. > > > > Shouldn't there be a MessageListener.class within any jar of the > > jmeter-binaries? > > > > Any suggestions or experiences concerning that problem? > > > > Cheers, > > Tobias. > > > > -- > > Mobile Internet - E-Mail und Internet immer und überall! > > GMX zum Mitnehmen: http://www.gmx.net/de/go/pocketweb > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

