OpenJDK 10 and Oracle JDK10 doesn't have the same default modules
Christian Stein
sormuras at gmail.com
Sun Feb 4 14:58:53 UTC 2018
On Sun, Feb 4, 2018 at 2:39 PM, Alan Bateman <Alan.Bateman at oracle.com>
wrote:
> [...]
> I suspect this issue is nothing to do with `--add-modules
> ALL-MODULE-PATH`. Instead it's probably one of the JavaFX modules that
> `requires java.scripting`. You should be able to diagnose this quickly by
> running with `--show-module-resolution` and grep the output for
> "java.scripting".
>
> -Alan
>
It's module ' jdk.deploy' in Oracle JDK:
[...]
jdk.deploy requires java.scripting jrt:/java.scripting
[...]
https://travis-ci.org/sormuras/beautiful_logger/jobs/337219688#L660
OpenJDK does not ... deploy that one:
https://travis-ci.org/sormuras/beautiful_logger/jobs/337219689#L587
More information about the jigsaw-dev
mailing list