feedback:
--------------
I think the description/definition of "application image" needs to be beefed up. The current JEP doesn't reference JEP 220 and it's not immediately obvious how they relate. The HelloWorld example in the JEP shows the runtime next to an app directory but this doesn't match what I am seeing when I use `jpackage create-image`. Instead I see the java runtime is generated into PlugIns/Java.runtime. It's not clear why there is a "PlugIns" directory.
----------------
The JEP example shows the layout as it is on windows and linux.
For possibly only historical reasons, on mac the runtime is in "Plugins/Java.runtime".
Can we investigate if it is possible to change the mac layout to match linux and windows ?
We also need to remove requirement that there be a "runtime" dir in an app image. (this breaks using --app-image on mac, since that is not what it is called.)
--------------
I think the description/definition of "application image" needs to be beefed up. The current JEP doesn't reference JEP 220 and it's not immediately obvious how they relate. The HelloWorld example in the JEP shows the runtime next to an app directory but this doesn't match what I am seeing when I use `jpackage create-image`. Instead I see the java runtime is generated into PlugIns/Java.runtime. It's not clear why there is a "PlugIns" directory.
----------------
The JEP example shows the layout as it is on windows and linux.
For possibly only historical reasons, on mac the runtime is in "Plugins/Java.runtime".
Can we investigate if it is possible to change the mac layout to match linux and windows ?
We also need to remove requirement that there be a "runtime" dir in an app image. (this breaks using --app-image on mac, since that is not what it is called.)