The latest version of BurpSuite (burpusite-community) available on REMnux as of this writing (2024.3.1.4) requires a version of Java that seems to be newer than what's installed on REMnux. As a result, running burpsuite results in the following 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 65.0), this version of the Java Runtime only recognizes class file versions up to 61.0
The latest version of BurpSuite (burpusite-community) available on REMnux as of this writing (2024.3.1.4) requires a version of Java that seems to be newer than what's installed on REMnux. As a result, running
burpsuite
results in the following error: