Trouble with sootup.java.bytecode jar #567
-
Hi folks, I'm working on adding some soot up dependencies to a modularized project (using Java 9+). It seemed pretty straight forward to deal with the sootup jars as automatic modules, but I've been running into a few issues specifically with the sootup.java.bytecode jar. Note how upon inspecting this jar, it appears as though it contains a module descriptor which does not match the module.
My project is also using some asm dependencies, so things got a bit complicated. I've been working around this issue by adding the following to the pom and generating my own jar.
Is there something obvious I could be missing? For the record, I am able to work with the other jars for soot up without any problems, as they don't pick up any existing module descriptors. Lastly, I just wanted to note that the link for what each module includes in the getting started docs is broken. Resolving issues with split packages was a bit more difficult without it :) Looking forward to your response! Cheers, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, this issue might be solved with the release v1.1.0, which doesn't contain fat jars. |
Beta Was this translation helpful? Give feedback.
Hi, this issue might be solved with the release v1.1.0, which doesn't contain fat jars.