Hi all, it seems that the OpenJDK 10 and OracleJDK 10 doest not declare the same set of default modules, so java --add-modules ALL-DEFAULT do not behave the same way :(
With Oracle JDK 10 b42, module java.scripting is part of the default modules https://travis-ci.org/sormuras/beautiful_logger/jobs/337153634 With Oracle JDK 10 b42, module java.scripting is NOT part of the default modules, so javax/script/ScriptException is not found https://travis-ci.org/sormuras/beautiful_logger/jobs/337153635 Should not ALL-DEFAULT mean the same set of default modules for a JDK release ? cheers, Rémi