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

How to point installer script to correct JRE binaries

j | Last updated: Nov 05, 2017 04:20PM UTC

Hi there. I'm doing some training w/ a supplied VM that had BurpSuite Free edition pre-installed (v. 1.7.03), and when I tried to launch Burp from CLI or GUI, I was getting errors. After some troubleshooting realized that the JRE version that was installed was incorrect. So, I updated JRE, and I can launch the older version fine. However, I wanted to look at installing the latest build, but when I go to launch the installer, it appears to be still pointing to the incorrect JRE versions. What's the best step here? Uninstall the other JRE version, or is there a way to point the installer script to the latest version? ~/Downloads# ./burpsuite_free_linux_v1_7_27.sh Unpacking JRE ... Starting Installer ... /root/Downloads/burpsuite_free_linux_v1_7_27.sh.3388.dir/jre/bin/java: 1: /root/Downloads/burpsuite_free_linux_v1_7_27.sh.3388.dir/jre/bin/java: Syntax error: end of file unexpected (expecting ")") ~/Downloads# java -version java version "1.8.0_151" Java(TM) SE Runtime Environment (build 1.8.0_151-b12) Java HotSpot(TM) Client VM (build 25.151-b12, mixed mode)

PortSwigger Agent | Last updated: Nov 06, 2017 08:34AM UTC