You need to do the following steps in order to get JMeter installed and running in your computer:
- First of all you have to install Java. You need a JRE 1.6 or above installed in your machine. To do this, just go to the Oracle download site and install the package suitable for your system:http://www.oracle.com/technetwork/java/javase/downloads/index.html.
- Set the environment variable to point to the base directory location, where Java is installed on your machine. For Windows users:
or whatever your Java version is.
- Append Java compiler location to System Path. For Windows users:
to the end of the system variable, Path.
- Check that Java is installed in your machine by going to the command line and typing
Something like the following should come out:
- Download the latest version of JMeter from http://jmeter.apache.org/download_jmeter.cgi
- Extract it to the folder for example (in Windows).
- The structure of this folder should be something like:
- Then you can start JMeter by going to the folder (Windows users) and starting the program .
- You should see the start screen of the JMeter GUI: