~ Jmeter environment configuration

A. Installing jdk

1. official website to download jdk

http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html

According to jdk need to download the corresponding version.

 

 

 

Description: .exe format for the installation package installation, .zip format of the installation folder.

 2. Installation

 

 

 3. Set Environment Variables

variable name

variable

Java_HOME

C:\Program Files\Java\jdk-11.0.2

CLASSPATH

%JAVA_HOME%\lib\dt.jar,%JAVA_HOME%\lib\tools.jar

Path

%JAVA_HOME\bin

 

Description: Java_HOME jdk environment variable is stored on the computer's path.

 4. Test

 

II. Installation jmeter

1. Download jmeter

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

 2. Configure Environment Variables

variable name

variable

Path

D:\testing \JMeter\apache-jmeter-5.0\bin

 

Explanation: The environment variable is stored jmeter path on the computer, to the bin directory.

3. Open jmeter

Open: (to open the configuration was successful)

Mode 1: In jmeter bin directory, double-click jmeter.bat.

Mode 2: cmd enter jmeter.

 

Guess you like

Origin www.cnblogs.com/Cyzhouke/p/11550414.html