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 Pro not installing on Kali Linux arm64

Adam | Last updated: Aug 30, 2024 06:50PM UTC

I downloaded the arm64 installer from the website. I ran chmod+x and am getting this error message: burpsuite_pro_linux_arm64_v2024_7_5.sh: 653: /usr/java/burpsuite_pro_linux_arm64_v2024_7_5.sh.17291.dir/jre/bin/java: not found java is installed: java --version Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true openjdk 17.0.12 2024-07-16 OpenJDK Runtime Environment (build 17.0.12+7-Debian-2) OpenJDK 64-Bit Server VM (build 17.0.12+7-Debian-2, mixed mode, sharing) please advise

A. | Last updated: Aug 31, 2024 01:52PM UTC

INSTALL4J_DISABLE_BUNDLED_JRE=true ./burpsuite_pro_linux_arm64_v2024_7_5.sh

stinger | Last updated: Sep 01, 2024 10:48PM UTC

I'm having the same problem. The above comment does not work.

stinger | Last updated: Sep 01, 2024 10:56PM UTC

Alright, so after adding this line to the top of the script: INSTALL4J_DISABLE_BUNDLED_JRE=true It still wasn't running because I was running sudo ./burpsuite_pro_linux_arm64_v2024_7_5.sh Running without sudo solved my problem. Thank you A.

stinger | Last updated: Sep 01, 2024 11:04PM UTC