> On Mar 8, 2019, at 12:10 PM, Andy Herrick <[email protected]> wrote:
> 
> With jpackage EA 3 (build 17) the option --add-modules does not properly 
> recognize the special cases ALL-SYSTEM, ALL-DEFAULT, and ALL_MODULE_PATH.
> 
> This will be addressed in the next EA release.
> 
> The default jlink options used (in EA 3) may also not include --bind-services 
> jlink option, which it will moving forward.
> 
> In many cases the jlink options used by jpackage to construct the runtime for 
> a modular application may not be exactly what the application wants.
> 
> In that case it is advisable to run jlink first to create the optimal runtime 
> image for a specific application, then to run jpackage with --runtime-image 
> option to use that runtime image when packaging the application.
> 
> /Andy

Thanks for the suggestion, I’ll give that a try.

Reply via email to