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

Burp jar not loading

Marius | Last updated: Dec 22, 2022 02:34PM UTC

Starting with 2022.12.2 I get this error when I try to start Burp. Running Ubuntu 20.04 and openjdk version "11.0.17" 2022-10-18 OpenJDK Runtime Environment (build 11.0.17+8-post-Ubuntu-1ubuntu220.04) OpenJDK 64-Bit Server VM (build 11.0.17+8-post-Ubuntu-1ubuntu220.04, mixed mode, sharing) Error: LinkageError occurred while loading main class burp.StartBurp java.lang.UnsupportedClassVersionError: burp/StartBurp has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0 Any advise on what to do? Thank you.

Michelle, PortSwigger Agent | Last updated: Dec 22, 2022 03:21PM UTC

Hi Burp Suite now requires Java 17 or later to run. https://portswigger.net/burp/releases/professional-community-2022-12-4?requestededition=professional Please let us know if you have any issues launching Burp using Java 17.

Marius | Last updated: Dec 22, 2022 03:59PM UTC

Updated Java everything runs smooth now. Thank you

Abdullah | Last updated: Feb 26, 2023 09:44PM UTC

I am suffering in updating java 17 any hints, please? I have this error ("he following packages have unmet dependencies: libc6-dev : Breaks: binutils (< 2.38) but 2.37-10.1 is to be installed E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.") when I try to install java 17 by writing 'sudo apt-get install openjdk-17-jdk openjdk-17-jre'

Knower | Last updated: Jun 01, 2023 07:02PM UTC

everytime i click on burpsuite to open it doesn't work and when i launch it in terminal its appear this error Error: LinkageError occurred while loading main class burp.StartBurp java.lang.UnsupportedClassVersionError: burp/StartBurp has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0

Michelle, PortSwigger Agent | Last updated: Jun 02, 2023 08:09AM UTC

Hi Can you please tell us a bit more about your setup? - Which OS are you using? - Are you having issues with both the installer version of Burp and launching Burp using the JAR file from the CLI? - If you are launching the JAR file from the CLI, can you please confirm the Java version and the command you are using to launch Burp?

Gabit | Last updated: Jun 14, 2023 05:28AM UTC

Hello ! I'm too have this error. I'm using Kali Linux image.

Gabit | Last updated: Jun 14, 2023 05:28AM UTC

$ java -version Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true openjdk version "11.0.17" 2022-10-18 OpenJDK Runtime Environment (build 11.0.17+8-post-Debian-2) OpenJDK 64-Bit Server VM (build 11.0.17+8-post-Debian-2, mixed mode, sharing) $ burpsuite Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true Error: LinkageError occurred while loading main class burp.StartBurp java.lang.UnsupportedClassVersionError: burp/StartBurp has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0 has context menu

Ben, PortSwigger Agent | Last updated: Jun 14, 2023 07:20AM UTC

Hi, The error means that Burp cannot run with the version of Java that you are using. Are you able to confirm what version of Burp you are trying to run so that we can assist you further with this (if you are attempting to run a later version of Burp then it is likely that you would need to use Java 17 at a minimum but if you can confirm the exact version of Burp then we can provide a definitive answer).

Gabit | Last updated: Jun 19, 2023 07:52PM UTC

Hello ! How can check the version Burpsuite ? I tried it like this: ┌──(kali㉿kali)-[/usr/bin] └─$ burpsuite --version Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true Error: LinkageError occurred while loading main class burp.StartBurp java.lang.UnsupportedClassVersionError: burp/StartBurp has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0

Gabit | Last updated: Jun 19, 2023 07:52PM UTC

└─$ sudo apt install burpsuite Reading package lists... Done Building dependency tree... Done Reading state information... Done burpsuite is already the newest version (2023.1.2-0kali1). 0 upgraded, 0 newly installed, 0 to remove and 324 not upgraded.

Ben, PortSwigger Agent | Last updated: Jun 20, 2023 05:30PM UTC

Hi, The error would appear to indicate that you need to use Java 17 - are you able to obtain this and then try and run the version of Burp that you have?

Gabit | Last updated: Jun 22, 2023 09:32AM UTC

Hello ! How to do it?

Ben, PortSwigger Agent | Last updated: Jun 22, 2023 09:37AM UTC