Hi,
I would like to be able to launch JMeter GUI from my development workspace in Eclipse. I've written some custom Samplers (subclasses of AbstractJavaSamplerClient) that uses code from our application (the code is in the same workspace, in different projects) and I want to be able to pick my custom sampler from the JavaRequest classname drop-down menu. To run the standalone JMeter GUI, I have updated the property search_paths in JMeter property. It works, but it's not very practical because there is a lot of jars (our jars and third-party too), and when we update our code, we need to re-build a jar and put it in the appropriate location. One of the reason we want to launch it from Eclipse, is make the "JMeter Lauching Project" to depend on our projects and automatically pickup the good class path. Is anyone ever did something like this? Is there some information that I missed somewhere that describe how to achieve this? Best Regards, -Martin

