Hi everyone, I'm running into a bug with jpackage. I have a mac app that builds just fine using jdk14's jpackage. However, using jdk15's jpackage the built app doesn't run. The tl;dr is that the built executable from jdk15 throws in an extra "Contents" directory in one of its paths: e.g.
"[...]/VARS Annotation.app/Contents/Contents/app/VARS Annotation.cfg" # JDK15 "[...]/VARS Annotation.app/Contents/app/VARS Annotation.cfg" # JDK14 I've put the details for the bug in an issue at https://github.com/mbari-media-management/vars-annotation/issues/123 -- ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ Brian Schlining bschlin...@gmail.com