> On Feb 24, 2020, at 1:15 PM, Kevin Rushforth <kevin.rushfo...@oracle.com> > wrote: > > Since your ToolProvider-based program doesn't explicitly require > jdk.incubator.jpackage, it won't be in the module graph. It should work fine > if you run with: > > $ java --add-modules jdk.incubator.jpackage ... > I’m not understanding the module subtleties yet but yes that does work command line. Other than -add-modules into the runtime are there any special considerations for using it from an application? I am still wondering for the application embedded runtime exec not finding linked native commands if this is expected not to work or is considered an issue? Thanks for the command line solution.
- Re: jpackage current status Michael Hall
- Re: jpackage current status Michael Hall
- Re: jpackage current status Kevin Rushforth
- Re: jpackage current status Tom Schindl
- Re: jpackage current status Michael Hall
- Re: jpackage current status Michael Hall
- Re: jpackage current status Michael Hall
- Re: jpackage current status Michael Hall
- Re: jpackage current status Michael Hall
- Re: jpackage current status Kevin Rushforth
- Re: jpackage current status Michael Hall
- Re: jpackage current status Michael Hall
- Re: jpackage current status Kevin Rushforth
- Re: jpackage current status Michael Hall
- Re: jpackage current status Andy Herrick
- Re: jpackage current status Michael Hall
- Re: jpackage current status Michael Hall
- Re: jpackage current status Bernd Eckenfels