Installation jdk13.0.1 windows10 and apache-jmeter-5.1.1

jdk Download: https: //pan.baidu.com/s/18Dv8qS-2lbNhS8K_lQXH9A

jdk Download the official website: http://www.oracle.com/technetwork/java/javase/downloads/index.html

After downloading, installation fool, can choose to store the address

I was on the D drive

 

 

 

 After the installation, configuration environment variable

 

 

 

 New JAVA_HOME, the value is the address of jdk

 

Edit path

 

Then open dos window, cmd 

Enter the command Java or Java -version

 

 The successful installation jdk

jmeter installation

I downloaded the address: https: //pan.baidu.com/s/1FuWGqNpM0t1KhR5JNeZg8Q

Download the official website: http://jmeter.apache.org/

Once downloaded, unzip it, into the same directory as jdk

 

 Then configure the environment variables

New JMETER_HOME, value is the address

 

 新建CLASSPATH   值:%JMETER_HOME%\lib\ext\ApacheJ%JMETER_HOME%\lib\ext\ApacheJMeter_core.jar;%JMETER_HOME%\lib\jorphan.jar;%JMETER_HOME%\lib/logkit-2.0.jar;

 

 Then click OK to return to jmeter directory, double jmeter.bat

 

  Will pop up

 

 jmeter successful installation.

Guess you like

Origin www.cnblogs.com/qinmei/p/11766583.html