Note to developers:
This is a very brief overview.
There is more infomation on the JMeter Wiki.
Building Add-Ons
There is no need to build JMeter if you just want to build an add-on.
Just download the binary archive and add the jars to the classpath.
You may want to also download the source so it can be used by the IDE.
See the extras/addons* files in the source tree for some suggestions
Building JMeter
Acquiring the source
The source and bundled jars can be downloaded from SVN.
Or you can download the binary and source archives for a release and unpack them in the same directory structure.
Other jars you may need
You may also need to download JAF/JavaMail, BeanShell, JMS and JDBC jars
- see
Getting Started
Compiling and packaging JMeter using Ant
JMeter can be built entirely using Ant; see build.xml for the targets that can be used.
Compiling and packaging JMeter using Eclipse
Once you have downloaded the source from SVN or the release archives, you can configure Eclipse.
The easiest way to do this is to replace the Eclipse .classpath file with the eclipse.classpath file provided with JMeter.
This will set up the source-paths and most of the libraries.
If you have downloaded any of the optional jars (JavaMail etc) you will need to update the project classpath.
See also the file eclipse.readme.