REMnux / salt-states

This repository maintains the SaltStack state files for the REMnux distro.
https://REMnux.org
39 stars 21 forks source link

Burpsuite requires later version of Java #288

Closed lennyzeltser closed 1 month ago

lennyzeltser commented 6 months ago

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
lennyzeltser commented 1 month ago

Fixed.