by customer jmeter class, do you mean write a custom plugin for java? there's a tutorial I wrote with mike. you can find it here. if you any further questions, feel free to ask.
http://svn.apache.org/repos/asf/jakarta/jmeter/trunk/xdocs/extending/jmeter_tutorial.pdf peter On 11/22/05, Tim Steeman <[EMAIL PROTECTED]> wrote: > > Greetings, > I would like to make some adjustments to the JMeter class. However, I > don't want to recompile JMeter in it's entirety (rather, I can't seem to > figure out how at the moment). > I figured I could stick NewDriver.java, DynamicClassLoader.java, and > JMeter.java in a jar file that replaces ApacheJMeter.jar and run that. > Unfortunately that doesn't work, as I get a " > java.lang.NoClassDefFoundError: org/apache/jmeter/plugin/JMeterPlugin" > error when I run JMeter.bat. > I don't get this error when I run NewDriver from Eclipse, though. > > As you may have noticed, I'm not really that good with JAVA. So could > someone please tell me if it's somehow possible to write a custom JMeter > class, put it in a jar and run it? Or am I committing an unholy sin here and > should just try something else? > > Thank you for your time, > Tim > > > --------------------------------- > Yahoo! FareChase - Search multiple travel sites in one click. >

