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

前端 未结 13 631
谎友^
谎友^ 2020-12-16 09:50

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 jarfil         


        
13条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-16 10:03

    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

提交回复
热议问题