Open dionisi opened 1 year ago
@dionisi We have something in the Mac App Store that uses both Java 17 and AppBundler. However, we use Adoptium, not Zulu. Maybe that has something to do with it?
I also use adoptium, but I'd think zulu should also work.
We do also have to do some things in order to make sure it works. For example, in our build script we make sure to do the following:
Moneydance.app/Contents/Plugins/vm.jdk
Contents/MacOS/libjli.dylib
file which is redundant anyway since it is also at Contents/Home/lib/libjli.dylib
(at least on adoptium).
Does the appbundler has support for Java 17? Now, when I try to bundle app with Java 17, startup of the application fails with JRE Load Error. Output of the command 'Contents/MacOS/JavaAppLauncher' is:
When I compared the folder structure for Java 11 and Java 17, it seems there is (again) a change in the structure:
More specific, the directory jli has been removed