当前位置:网站首页>JMeter installation tutorial

JMeter installation tutorial

2022-06-09 12:06:00 m0_ fifty-four million eight hundred and fifty-three thousand f

1、 because JMeter yes Apache Organize the use of java Developed testing tools , Thus using JMeter Need to install java Environmental Science

JDK:Java Development Kit ,java Development kit ;

JRE:Java Runtime Environmen,java Operating environment

JDK After downloading, you need to configure environment variables :

Click on “ This computer ” Right click Properties ---- Advanced system setup — environment variable

add to “ User variables ”:JMETER_HOME, The variable value is the unzipped package path

stay “ System variables ” Of CLASSPATH After adding “;%JMETER_HOME%libext ApacheJMeter_core.jar;%JMETER_HOME%libjorphan.jar;%JMETER_HOME%lib logkit-1.2.jar;” If the system variable does not CLASSPATH when , You can add your own value to the system variable

After adding user variables and system variables , Click on “ determine ” Button , Environment variable added successfully

How to determine whether your computer is installed java Environmental Science :

WIN+R Input cmd Open Command Prompt , Enter the command java -version, The version number as shown in the following figure pops up, that is, there is java Environmental Science , You don't have to install jdk and jre

原网站

版权声明
本文为[m0_ fifty-four million eight hundred and fifty-three thousand f]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/160/202206091121217103.html