Ta, was dropping it into lib dir, not lib/ext. It only works if I use it in org.apache.jmeter package, using another package fails... have left it in the apache package for now.
http://jmeterdbcollect.sourceforge.net/ for collaborative development. On Wed, Feb 24, 2010 at 5:25 PM, sebb <[email protected]> wrote: > On 24/02/2010, Brett Cave <[email protected]> wrote: > > Hi, > > > > I have written a plugin for JMeter. Found a jmeter_tutorial.pdf for > guide on > > writing the tutorial, and if I add my classes into the checked out > version > > of Jmeter and run it from my IDE, the functionality is there and works > 100%. > > > > However, I would like to develop the plugins independently from the > JMeter > > project. I have seen individual plugins added by dropping libraries into > lib > > or lib/ext, and was wondering if someone can assist with how to > interface my > > plugin to integrate with JMeter like this. (I tried dropping > myPlugin.jar > > into JMeter/lib and running it, but that didnt work, assuming I need an > > interface in lib/ext to get this working?) > > > > See: > > http://jakarta.apache.org/jmeter/usermanual/get-started.html#classpath > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

