bug jpackage in JDK 15
Andy Herrick
andy.herrick at oracle.com
Sun Jan 24 21:19:15 UTC 2021
Can you try with ea version of JDK16 from
https://download.java.net/java/early_access/alpine/32/binaries/openjdk-16-ea+32_linux-x64-musl_bin.tar.gz
<https://download.java.net/java/early_access/alpine/32/binaries/openjdk-16-ea+32_linux-x64-musl_bin.tar.gz>
?
/Andy
On 1/24/2021 1:46 AM, Brian Schlining wrote:
> In case it's helpful,I'm using a gradle plugin,
> https://badass-jlink-plugin.beryx.org, to generate the jpackage command.
> Here's the full jpackage command that's created and used.:
>
> /Library/Java/JavaVirtualMachines/openjdk.jdk/Contents/Home/bin/jpackage
> --type app-image --dest
> /Users/brian/workspace/M3/vars-annotation/org.mbari.vars.ui/build/jpackage
> --name 'VARS Annotation' --module org.mbari.vars.ui/org.mbari.vars.ui.App
> --app-version 1.0.0 --runtime-image
> /Users/brian/workspace/M3/vars-annotation/org.mbari.vars.ui/build/image
> --java-options -Xms1g --java-options --add-exports --java-options
> javafx.base/com.sun.javafx.binding=com.jfoenix --java-options --add-exports
> --java-options javafx.base/com.sun.javafx.event=com.jfoenix --java-options
> --add-exports --java-options
> javafx.controls/com.sun.javafx.scene.control.behavior=com.jfoenix
> --java-options --add-exports --java-options
> javafx.controls/com.sun.javafx.scene.control=com.jfoenix --java-options
> --add-exports --java-options
> javafx.graphics/com.sun.javafx.stage=com.jfoenix --java-options --add-opens
> --java-options java.base/java.lang.invoke=retrofit2 --java-options
> --add-opens --java-options
> java.base/java.lang.invoke=vars.annotation.merged.module --java-options
> --add-opens --java-options java.base/java.lang.reflect=com.jfoenix
> --java-options --add-reads --java-options
> vars.annotation.merged.module=org.slf4j --icon 'src/jpackage/macos/VARS
> Annotation.icns'
>
> On Sat, Jan 23, 2021 at 4:02 AM Michael Hall <mik3hall at gmail.com> wrote:
>
>>> "[...]/VARS Annotation.app/Contents/Contents/app/VARS Annotation.cfg" #
>>> JDK15
>>> "[...]/VARS Annotation.app/Contents/app/VARS Annotation.cfg" # JDK14
>>>
>> Any chance the embedded blank in the app name is throwing something off?
>>
>>
More information about the core-libs-dev
mailing list