java installation JDK and Jmeter installation and use (integration)

1. Install Jmeter https://jmeter.apache.org/download_jmeter.cgi
2. Error: Unable to access jarfile ApacheJMeter.jar This error occurs, that is, when downloading Jmeter, the file in the Source directory is selected to download, and it is changed to the file in the Binaries directory.

insert image description here

2. Then find the bin folder in the downloaded directory. If there is no .jar file, double-click the jmeter.bat file. Details: https://blog.csdn.net/baidu_17201253/article/details/107562999

insert image description here

3. Installation error: Not able to find Java executable or version. Please check your Java installation, Java has not been installed, download address: https://www.oracle.com/java/technologies/downloads/#jdk17-linux , here An easy mistake to make is choosing the wrong operating system

insert image description here

4. Configure environment variables, details: https://blog.csdn.net/qq_41595451/article/details/90267344 or https://www.liaoxuefeng.com/wiki/1252599548343744/1280507291631649
5. Double-click the .jar file you are looking forward to, and open it, like this

insert image description here

6. Double-click the .bat file

insert image description here

7. The effect came out:

insert image description here

8. Here comes a new question:

insert image description here

9. If an error is reported, the operation is also reported. Clicking yes is also used. It may be a Jmeter version problem. The detailed explanation is here: https://blog.csdn.net/software_test010/article/details/120369042 , old version address: https:// archive.apache.org/dist/jmeter/binaries/
10. Followed in the footsteps of bloggers, and also used 5.1.1, and then it really succeeded

insert image description here

It's New Year's Eve again, I don't care if I have money or not, just say New Year's

Guess you like

Origin blog.csdn.net/agua001/article/details/122411558