I can reproduce with simple app using current JDK17 repository.
I have files bug https://bugs.openjdk.java.net/browse/JDK-8260335 and will look into this week
/Andy On 1/22/2021 2:31 PM, Brian Schlining wrote:
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