> On Dec 14, 2018, at 11:53 AM, Kevin Rushforth <kevin.rushfo...@oracle.com> 
> wrote:
> 
> > So I could say drop the jpackage command into my app’s current earlier JRE 
> > bin directory and it might work?
> 
> No. You need to run jpackage from the JDK 12 ea build that you downloaded. 
> jpackage isn't something you drop into your application, it's a tool you run 
> to package up your application with a Java Runtime. By default it uses the 
> Java Runtime from which you run jpackage, but you can specify a different 
> Java Runtime to use to bundle with your application via:
> 
>     jpacakge create-image --runtime-image /somewhere_else/jdk-11 …


The apps a CLI java shell I do most of my testing with. OK, I’ll either have to 
figure out normal command line usage for 12 or the JRELoadError.

Thanks again


Reply via email to