分类: Java
2011-05-03 17:53:33
import the Jmeter project into eclipse
1>download three zip file from
# jakarta-jmeter-{version}_bin.zip - JMeter binaries
# jakarta-jmeter-{version}_lib.zip - 3rd party jar files (rarely changes)
# jakarta-jmeter-{version}_src.zip - JMeter source
2>Unpack the _src and _lib archives into the same directory structure
Unpack the _bin into another directory
3>import the jmeter src folder into eclipse.
4>run the ant task download_jars to download 3 needed jars file, then put them to the right folder lib/api or lib/doc
5>run the ant task compile
6>copy the proporties file from bin zip file to the src folder.then run the ant task run_gui