Compatibility Issue with Java 18 in SootUp: Unsupported Class File Major Version 62 #772
Unanswered
DeepakUniAdel
asked this question in
Q&A
Replies: 1 comment
-
ASM 9.5 is used. You can find it in the bytecode pom |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am encountering a compatibility issue when using SootUp with Java 18. The specific error is 'Unsupported class file major version 62,' suggesting that the ASM library version included in SootUp does not support Java 18 class files. I've checked the pom.xml of SootUp and couldn't find an explicit declaration of the ASM version being used. This is causing difficulties in analyzing Java 18 compiled classes. Could you please provide information on the ASM version used in SootUp, or suggest a way to resolve this compatibility issue?
Beta Was this translation helpful? Give feedback.
All reactions