RFR: JDK-8251988: jpackage --runtime-image fails on mac when using JDK11 based runtime.

Alexey Semenyuk alexey.semenyuk at oracle.com
Thu Aug 20 23:36:25 UTC 2020


Andy,

I'd replace 'File.separator' with '/' to make value of 
'jpackage.app-path' property platform independent.
It would be also good to have a unit test verifying values of the new 
properties.

- Alexey

On 8/20/2020 5:44 PM, Andy Herrick wrote:
> Please review the jpackage fix at [1] to issue [2].
>
> This fixes the problem loading libjli.dylib as well as  providing some 
> useful generic system properties.
>
> /Andy
>
>
> [1] - http://cr.openjdk.java.net/~herrick/8251988/webrev.02/ 
> <http://cr.openjdk.java.net/~herrick/8251988/webrev.01/>
>
> [2] - https://bugs.openjdk.java.net/browse/JDK-8251988
>



More information about the core-libs-dev mailing list