How to sign Java applet with Apple Developer ID

浪子不回头ぞ 提交于 2019-12-02 03:16:06
Tanya

Oh, there is no way to do it =( Java applets cannot participate in the Developer ID program. The Apple's answer is here https://stackoverflow.com/a/12210534/1068878.

This may be a bit late for you, but in case it helps anyone else: it is possible to bundle the JAR file, along with the Java Runtime Environment, into a .app . You can then sign the .app using your Apple certificate just as if you had written in with xcode. Search for 'javapackager' (which is just one of many ways to do this). In theory you can even submit such an app to the app store.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!