-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
java.lang.IllegalArgumentException: Unsupported api 589824 #295
Comments
Should be fixed in 2.10.11 |
Yep! All fixed. |
Hi, my projects use both asm (7.2) and asm-util (7.1). In order to upgrade my project to JDK 17, I need to update asm to 9.1 which supports JDK 17. However, the build failed due to: "Unsupported api 589824" error for asm (9.1) and asm-util (9.1) If I downgrade asm-util to 7.1, the build succeeded. asm (9.1) and asm-util (7.1) Not sure if you have any idea. Thanks. |
You need to change the ASM Version constant here: https://github.com/Konloch/bytecode-viewer/blob/master/src/main/java/the/bytecode/club/bytecodeviewer/Constants.java#L86 |
Sorry, can you please explain a bit more? How would changing the ASM_VERSION resolve the issue I am facing in my own project that directly use asm and asm-util? |
In that case, your question is completely unrelated to BCV. Please use ASM's issue tracker or StackOverflow instead |
I am running bytecode-viewer with Java 16, (only java on my Ubuntu system) and attempting to look at a Jar file. (Spcifically Spigot's buildtools because it was the only jar I hard easily on hand) I am not sure really what version of java the jar file was built with.
The text was updated successfully, but these errors were encountered: