Installation verifies that jmeter is successful

1. Open the cmd command line
2. Enter Java and a lot of content appears
3. Enter javac and the content appears. The installation is successful (not appeared: not an internal command)
Configure the environment address:
blank space on the desktop-right click-properties open-advanced-environment variables System variables or all of them are configured in user variables and cannot be configured across users.) The
configuration method is as follows:


For jmeter to run correctly, you must first install jdk (jdk is a java development tool that provides java api and java runtime environment jre. And jmeter is a java program. If you do not need to run a program that runs java, you don't need jdk ).

1. jmeter installation is divided into three steps:

1) jdk installation. Here I recommend an article for everyone--JDK download and installation tutorial: https://blog.csdn.net/u012934325/article/details/73441617/

The article is very detailed, be sure to pay attention to whether the environment variables configured by the test in the article are correct. After confirming that there is no problem, perform the second step.

Added: Now click the download of the latest version of this page, the download is jdk11, the installation is completed in one step, the overall installation will be particularly comfortable.

2) jmeter installation. Another article-: Jmeter download and installation configuration-test Xiaobai-https://blog.csdn.net/a13124837937/article/details/79628838

As long as the following page appears, the installation is successful.

Published 29 original articles · Like1 · Visits 566

Guess you like

Origin blog.csdn.net/wennie11/article/details/105572221