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

前端 未结 13 673
谎友^
谎友^ 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:09

    For people still getting the issue.

    I face same problem and seems some .jar file missing.

    so try tar -xf apache-jmeter-5.2.1.tgz in the console rather than just right click unzip. And also, try binary package if source package still has an issue. this solve my issue (I am using ubuntu)

提交回复
热议问题