[JMeter4.0] "jdk, JMeter" installation and configuration and JMeter localization and change interface background

First, you need to install and configure jdk

1. Download 1.8jdk from the official website : http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

 

2. After installing jdk, configure the environment variables:

①Set the value in the system variable [Path],

Fill in the path of the Java installation and locate the BIN directory: F:\ruanjian\Java\jdk1.8.0_171\bin;

Variable name: [path]

Variable value: [F:\ruanjian\Java\jdk1.8.0_171\bin;]

②When configuring classpath variables, you need to configure tools.jar, dt.jar

Enter in the classpath variable; F:\ruanjian\Java\jdk1.8.0_171\lib\dt.jar;F:\ruanjian\Java\jdk1.8.0_171\lib\tools.jar;

Variable name: [classpath]

Variable value: [F:\ruanjian\Java\jdk1.8.0_171\lib\dt.jar;F:\ruanjian\Java\jdk1.8.0_171\lib\tools.jar;]

 

3. Verify that the jdk installation was successful:

Then enter the CMD command to test whether your own Java is successfully installed; test the command Java, javac

If the information in the figure below appears, it proves that the Java environment has been successfully configured, so let's start the Java journey.

 

 

Second, secondly, install and configure JMeter

1. Download JMeter from the official website: https://jmeter.apache.org/download_jmeter.cgi

 

 

 

2. Unzip the Jmeter installation package to the custom path

 

3. Configure Jmeter environment variables

[Variable name] JMETER_HOME

[Variable value] F:\ruanjian\apache-jmeter-4.0 (fill in according to the actual jmeter decompression path)

 

[Variable name] CLASSPATH

【变量值】%JMETER_HOME%\lib\ext\ApacheJMeter_core.jar;%JMETER_HOME%\lib\jorphan.jar;%JMETER_HOME%\lib\logkit-2.0.jar;

 

4. Start Jmeter

Double-click jmeter.bat under the bin of the Jmeter decompression path, as shown below:

 

3. JMeter localization and changing the interface background

1. Sinicization:

①Start Jmeter and find options "choose language "chinese (simplified and traditional Chinese choose).

However, it will change to the default English after restarting.

②Permanent default Chinese:

Find the jmeter.properties file in the bin directory under the Jmeter installation directory and open it with a text editor.

Insert a line of language=zh_CN below #language=en,

In this way, opening Jmeter again is the default Chinese.

 

2. Change the interface background:

There are also a variety of styles for the appearance under the options , and the specific colors can be tested by yourself:

metal
nimbus
CDE / MOtif
Windows
Windows Classic
Darcula
CrossPlatform
System
Properties

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324777652&siteId=291194637