Use classes in unnamed module that are also contained in a JDK platform/runtime module
Alex Buckley
alex.buckley at oracle.com
Thu Jul 6 18:16:01 UTC 2017
Hi Christoph,
On 7/4/2017 12:02 AM, Langer, Christoph wrote:
> I have some piece of software that we ship as a jar file and which
> will hence run on a JDK 9 in the unnamed module. However, this jar
> file contains a package that is also contained in our JDK image in a
> module that is always part of the runtime.
It would be remiss of me if I didn't ask for some details about why this
scenario has arisen. From "always part of the runtime", I would have
guessed the package is in java.base, but you also mention "our JDK
image" so perhaps the package is in a module that SAP always jlinks in?
Alex
More information about the jigsaw-dev
mailing list