The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

Unable to load JAR file

Hardik | Last updated: Jun 25, 2020 10:49AM UTC

command to initialise burp: java -Xmx1G -Djava.awt.headless=true -classpath "headless-burp-proxy-master-SNAPSHOT-jar-with-dependencies.jar;burpsuite_pro.jar" burp.StartBurp burp version: 2020.5 java.io.FileNotFoundException: Unable to load JAR file at burp.eek.<init>(Unknown Source) at burp.fae.a(Unknown Source) at burp.c0e.lambda$load$0(Unknown Source)

Ben, PortSwigger Agent | Last updated: Jun 25, 2020 05:51PM UTC

Hi, According to the instructions on the github page for this extension here: https://github.com/NetsOSS/headless-burp You need to provide project-file and configuration file parameters in your command. Have you read the instructions for this extension and tried to set this up?

Hardik | Last updated: Jun 25, 2020 07:17PM UTC

I tried with java -Xmx1G -Djava.awt.headless=true -classpath "headless-burp-proxy-master-SNAPSHOT-jar-with-dependencies.jar;burpsuite_pro.jar" burp.StartBurp --project-file=project.burp -c config.xml Still facing same error

Ben, PortSwigger Agent | Last updated: Jun 26, 2020 08:49AM UTC