xiv3r / Burpsuite-Professional

Latest Burpsuite Professional v2024.5.*
https://portswigger-cdn.net/burp/releases/download?product=pro&type=Jar&version=&
216 stars 84 forks source link

Unable to locate package openjdk-23-jdk & jre #4

Open emptys0uL opened 1 month ago

emptys0uL commented 1 month ago

I encountered two errors while installing on Ubuntu. I installed JDK 23 and 21, but they’re not working. I think the reason loader.jar isn't being created is that the JDK is not installed correctly. But nothing works... Any solution?

image

TheDarkChakra commented 1 month ago

I was having issues too, you need to be using JDK 23. I believe I installed it via snap and added this to my .bashrc after doing this it loaded properly:

export JAVA_HOME=/snap/openjdk/current/jdk export PATH=$JAVA_HOME/bin:$PATH

xiv3r commented 1 month ago

I encountered two errors while installing on Ubuntu. I installed JDK 23 and 21, but they’re not working. I think the reason loader.jar isn't being created is that the JDK is not installed correctly. But nothing works... Any solution?

image

try reinstall again