1. install java is necessary as precondition.
- download java (at least 1.8 version.) jdk download: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
- setup java environment path:
add system varaibles:
JAVAHOME -> the place where jdk is, for example: my is: D:\Java\jdk1.8.0_152
JAVACLASS -> .;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar;
add new path: %JAVA_HOME%\bin
- download jmeter (zip file in case you are using windows): http://jmeter.apache.org/download_jmeter.cgi
- unzip the jmeter file and go to bin folder run jmeter windows batch file.
then the UI will show: