Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to resolve the error "Unable to access jarfile ApacheJMeter.jar errorlevel=1" while initiating Jmeter?

Tags:

jmeter

Download Jmeter and execute the batch file (Jmeter\apache-jmeter-2.6\bin\jmeter.bat).
We get the error message in the console:

Unable to access jarfile ApacheJMeter.jar errorlevel=1 

Kindly help me to resolve the problem.

like image 958
Dr.Selvaraj Malaiyarasan Avatar asked May 07 '12 09:05

Dr.Selvaraj Malaiyarasan


People also ask

How to open ApacheJMeter jar?

Go to bin folder in the command prompt and try java -jar ApacheJMeter. jar if the download is correct this should open the GUI.

How do I access Jarfile?

Select Java as the default program for JarFiles If Java isn't listed among the programs, select the Look for another app on this PC option. Then browse to the Java bin folder, select Java and press the Open button. Press the OK button on the Open with window. Click the Jar to launch its program.


1 Answers

Try downloading apache-jmeter-2.6.zip from http://www.apache.org/dist/jmeter/binaries/

This contains the proper ApacheJMeter.jar that is needed to initiate.

Go to bin folder in the command prompt and try java -jar ApacheJMeter.jar if the download is correct this should open the GUI.

Edit on 23/08/2018:

  • The correct answer as of current modern JMeter versions is https://stackoverflow.com/a/51973791/460802
like image 113
Jaime Culler Avatar answered Sep 28 '22 20:09

Jaime Culler