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 <mik3h...@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?
>
>

-- 
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
Brian Schlining
bschlin...@gmail.com

Reply via email to