-2

I am trying to install Jmeter but -JMeter.bat file is missing from bin folder - , I have already installed java 8 and I installed the JMeter from apache website from the binary, but still, the JMeter file is missing from bin folder Any help, please ????

Ayah
  • 1
  • 1

1 Answers1

0

Make sure to download Binary, not the source package

enter image description here

Just in case here is the direct link for downloading latest (as of now) JMeter version 5.2.1: https://archive.apache.org/dist/jmeter/binaries/apache-jmeter-5.2.1.zip

More information: How to Get Started With JMeter: Part 1 - Installation & Test Plans

If you deleted jmeter.bat file by accident you can get a copy from JMeter Github or just launch JMeter using ApacheJMeter.jar file as:

java -jar ApacheJMeter.jar
Dmitri T
  • 159,985
  • 5
  • 83
  • 133