Hi all,
i'm facing notarization issues while trying to notarize a dmg package.
We distribute the jdk inside the app, but unfortunately i am getting a lot of these error (all related to Java/JDK, which is the one we get and extract from the Oracle website)
{
"severity": "error",
"code": null,
"path": "package.dmg/myApp.app/Contents/Plugins/jdk1.8.jdk/Contents/Home/jre/bin/java",
"message": "The binary uses an SDK older than the 10.9 SDK.",
"docUrl": null,
"architecture": "x86_64"
},
Have I the possibility to solve this problem, or the Oracle developers should fix that?
Thanks in advance