On 6 July 2012 09:35, Dzmitry_Kashlach <[email protected]> wrote: > Satneesh, > > *.jmx file has HTML format and you can do nothing with this, there is no > Java code there.
The JMX files are XML, not HTML. > If you want to view Java Request Sampler source code, than do the > following: > - download JMeter sources from > http://jmeter.apache.org/download_jmeter.cgi; > - open the following class; > > /apache-jmeter-2.7/src/protocol/java/org/apache/jmeter/protocol/java/sampler/JavaSampler.java; > - do what you need with it; > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/JMETER-Java-Code-how-to-view-tp5713775p5713899.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > 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]
