Hello I wrote an extension Jmeter sampler to send UDP messages. I haven't done any Java GUI programming so I got a bit confused by the following tutorials although they were useful to some degree:
http://www.jajakarta.org/jmeter/1.7/en/extending/JMeter%20Extension%20Scenario.html#sampler http://svn.apache.org/repos/asf/jakarta/jmeter/trunk/xdocs/extending/jmeter_tutorial.pdf I wrote my extension by copying the classes for the TCPSampler (thank you open source) and placed my jar in lib/ext. It works fine but I had to modify src/core/.../resources/messages.properties to include my GUI labels. It means I can't just drop in my jar into lib/ext of any jmeter installation. Is there a way to include my own resource bundle without having to do this? Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

