Replies: 1 comment
-
Its possible that this happens because of Java-modules (introduced in >java8). You may have to use the JavaModuleView and ModuleSignatures in that case. |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Description:
I am experiencing an issue when running sample programs with Sootup. While the tool successfully resolves class files compiled with Javac 8, it fails to find classes for those compiled with Javac 17.
Steps to Reproduce:
Compile a simple Java program using Java 8 and run it with Sootup. The classes are resolved correctly.
Compile the same program using Java 17 and attempt to run it with Sootup. The tool cannot find the classes.
Additional Information:
I am using Sootup version 1.3.0.
The Java Runtime used is jdk17.
Here is my code and logs
Beta Was this translation helpful? Give feedback.
All reactions