-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Exception in thread "main" java.lang.UnsupportedOperationException #412
Comments
Already "fixed" on master. Either enable the Security Manager, take an older version of Java or use this snapshot release of BCV: https://github.com/Konloch/bytecode-viewer/suites/6058420798/artifacts/209066260 |
v2.11.2 is live now as well so this should be resolved officially, thank you for reporting this issue! |
On terminal this error |
Your version of BCV is way too outdated. Either use an older version of Java (I would recommend Java 8) or upgrade BCV |
Thanks |
PS C:\Users\john\Downloads> java -jar .\Bytecode-Viewer-2.11.1.jar
Bytecode Viewer 2.11.1 [Fat Jar] - Created by @Konloch
https://bytecodeviewer.com - https://the.bytecode.club
Exception in thread "main" java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release
at java.base/java.lang.System.setSecurityManager(System.java:416)
at the.bytecode.club.bytecodeviewer.BytecodeViewer.main(BytecodeViewer.java:183)
The text was updated successfully, but these errors were encountered: