Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JDK版本为17, 启动 burp suite 报错 #13

Closed
darkhorse007 opened this issue Dec 25, 2022 · 1 comment
Closed

JDK版本为17, 启动 burp suite 报错 #13

darkhorse007 opened this issue Dec 25, 2022 · 1 comment

Comments

@darkhorse007
Copy link

darkhorse007 commented Dec 25, 2022

现象:
运行
java -noverify -javaagent:"/Applications/Burp Suite Professional.app/Contents/Resources/app/burp-loader-x-Ai.jar" -Xmx2048m -jar "/Applications/Burp Suite Professional.app/Contents/Resources/app/burpsuite_pro.jar"
启动Burp Suite不成功, 弹出窗口, 信息如下:
To run Burp Suite using Java 17+, please supply the following JVM argument:
--add-opens=java.desktop/javax.swing=ALL-UNNAMED
--add-opens=java.base/java.lang=ALL-UNNAMED

通过更改命令:
java -noverify -javaagent:"/Applications/Burp Suite Professional.app/Contents/Resources/app/burp-loader-x-Ai.jar" -Xmx2048m -jar --add-opens=java.desktop/javax.swing=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED "/Applications/Burp Suite Professional.app/Contents/Resources/app/burpsuite_pro.jar"
再次运行, 顺利启动

@TrojanAZhen
Copy link
Owner

高版本的jdk/jre

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants