Burp Suite User Forum

Create new post

run burp on openjdk 17

N-iX | Last updated: Nov 30, 2021 12:46PM UTC

When I try to run burp Use this command java -jar -Xmx4g burpsuite_pro_v2021.10.2.jar Error To run Burp Suite using Java 17+, please supply the following JVM argument: --add-opens=java.desktop/javax.swing=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED How can I supply this arguments?

Ben, PortSwigger Agent | Last updated: Nov 30, 2021 01:42PM UTC

Hi, You should be able to launch Burp Professional version 2021.10.2, using Java 17, by executing the following command: java -jar --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.desktop/javax.swing=ALL-UNNAMED burpsuite_pro_v2021.10.2.jar If you want to keep the parameter to limit Burp's heap size to 4GB then you would need to execute the following command: java -jar -Xmx4g --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.desktop/javax.swing=ALL-UNNAMED burpsuite_pro_v2021.10.2.jar

You must be an existing, logged-in customer to reply to a thread. Please email us for additional support.