On Mon, 19 Sep 2022 06:51:36 GMT, Matthias Baesken <mbaes...@openjdk.org> wrote:
> > What is the cause of this issue? It expects the dependency can be found but > > missing in this case. I wonder if it's due to a `requires static` > > dependency? > > Hi Mandy, good question, so far I have just a zip with a coupple of jars > inside , still try to find someone who can point me to the sources . Could you use `jar --file=<file> --describe-module` to get a describe of each module? The bug report doesn't need the names of the SAP modules but getting a picture of what the input to jdeps is would help figure out what this is about. ------------- PR: https://git.openjdk.org/jdk/pull/10300