<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">We created a DMG package for Scene Builder [1] using jpackage in JDK 25. <br>After installing the app, we found that with the recent changes [2] introduced in jpackage, <br>it no longer adds the default entitlements to the macOS builds. As a result, SceneBuilder.app crashes during startup. <br>We even tried adding explicit entitlements using `--mac-entitlements`, but to no avail.<br><br>Furthermore, we discovered that the `--mac-package-signing-prefix` flag now requires the prefix to end with a `.`,<br>which wasn’t the case earlier.<br><br>- Abhinay<br><br>[1] <a href="https://github.com/gluonhq/scenebuilder">https://github.com/gluonhq/scenebuilder</a><br>[2] <a href="https://bugs.openjdk.org/browse/JDK-8333664">https://bugs.openjdk.org/browse/JDK-8333664</a></body></html>