Posts

Post not yet marked as solved
6 Replies
1.3k Views
We have a Java Application with an embedded JRE. It is distributed as a DMG File.After signing this DMG file, including nested context using the --deep flag, the check of the signature using codesign command is successful.The Upload to the notarisation service is also successful.The result of the notarisation is “Your Mac software was not notarized.” The reason logged in the report is that the JRE is not signed.We are using AdoptOpenJDK current 1.8 version. But tests with java 11 also led to the same result.Checking the notarisation documentation did not bring new findings.https://developer.apple.com/documentation/xcode/notarizing_macos_software_before_distribution/resolving_common_notarization_issuesIs there anything else to do when notarisation an application like ours?
Posted Last updated
.