> On Dec 14, 2018, at 11:30 AM, Kevin Rushforth <kevin.rushfo...@oracle.com> > wrote: > > Correct. jpackage will be delivered as a tool that is part of the JDK. Future > EA builds will likely include an EA of JDK 13. > > -- Kevin > > On 12/14/2018 9:26 AM, Michael Hall wrote: >>> Warning: This build is based on an incomplete version of JDK 12 >>> <https://openjdk.java.net/projects/jdk/12/>. >>> >> So when I download (OS X) it appears it is included with a entire jdk 12 >> build?
OK thanks, this might take a little figuring out. I haven’t done anything like this for a while. If I replace the Plugins/Java.runtime/Contents for my application with the jpackage downloaded idk-12.jdk/Contents directory I get a JRELoadError dialog on launch. Are there actual JDK 12 dependencies with the command or is that what it’s being worked on and tested with and there may not actually be 12 dependencies? So I could say drop the jpackage command into my app’s current earlier JRE bin directory and it might work?