Signing MacOS code in JDK7 bundle on Mavericks 10.9.1

I have a Java 7 application that I turn into a MacOS application following the instructions of http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/packagingAppsForMac.html .

This does not work anymore. The signing still works (I use the "Mac Developer" certificate) and codesignclaims that everything is in order. spctlon my machine or trying to run the application on someone else's machine, however, leads to a rejection.

I have tried to add --deepand --forceto code signing, but it does not solve the problem.

How should the process on the Oracle page above be adapted to work on 10.9?

+4
source share
1 answer

Mavericks has changed code signing. There are a few comments on the sister’s site:

https://apple.stackexchange.com/questions/tagged/code-signing

+2
source

Source: https://habr.com/ru/post/1529110/


All Articles