Do I need to have Java 9 installed to run the image generated by jLink?

Scott Palmer swpalmer at gmail.com
Fri Sep 22 22:36:20 UTC 2017


I believe that is the intention.  I think you use javapackager to bundle the image up into something that is self-contained.

Scott


> On Sep 22, 2017, at 4:09 PM, kant kodali <kanth909 at gmail.com> wrote:
> 
> Hi All,
> 
> Let's say I create a modularize my app and generate a image using jLink on
> machine1 and from what I understand the image has the runtime as well so if
> I transfer this image to machine 2 which has nothing installed(not even
> Java) can I simply run my app on machine? or does machine2 also need to
> have Java installed?
> 
> Thanks!



More information about the jdk9-dev mailing list