Re: [EXTERNAL] Re: jpackage on MacOS - ./Contents/Contents/app/myapp.cfg file not found

2021-07-21 Thread Bruno Borges
- ./Contents/Contents/app/myapp.cfg file not found Looks like an instance of: JDK-8260335 <https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbugs.openjdk.java.net%2Fbrowse%2FJDK-8260335data=04%7C01%7Cbruno.borges%40microsoft.com%7C9b29c0dfcd6d45f58cc908d94c8a3

jpackage on MacOS - ./Contents/Contents/app/myapp.cfg file not found

2021-07-21 Thread Bruno Borges
Hi all, Been trying to use Java 16.0.1 to produce a PKG for the fx2048 [1] game, and the generated app-image comes with a binary launcher that tries to load the .cfg file from the wrong directory. Anyone seen this problem? fx2048.app/Contents/MacOS master -> origin/master ✔

Re: jpackage on MacOS - ./Contents/Contents/app/myapp.cfg file not found

2021-07-21 Thread Michael Hall
> On Jul 21, 2021, at 3:57 PM, Andy Herrick wrote: > > Looks like an instance of: JDK-8260335 > : [macos] Running app > using relative path causes problems (fixed in jdk17 build b09) > > you can try builds from https://jdk.java.net/17/ to

Re: jpackage on MacOS - ./Contents/Contents/app/myapp.cfg file not found

2021-07-21 Thread Andy Herrick
Looks like an instance of: JDK-8260335 : [macos] Running app using relative path causes problems (fixed in jdk17 build b09) you can try builds from https://jdk.java.net/17/ to confirm fix. /Andy On 7/21/2021 4:46 PM, Bruno Borges wrote: Hi