Hello,

According to my information, macOS 10.15 does not accept simple signed applications any more, but requires a more complicated "notarization" process that requires the application to be signed with "hardened runtime".

I've successfully notarized our application, but it fails even on 10.14 with the following exception:

java.lang.NullPointerException
        at org.eclipse.swt.widgets.Composite._getChildren(Composite.java:99)
        at org.eclipse.swt.widgets.Composite.reskinChildren(Composite.java:979)
        at org.eclipse.swt.widgets.ToolBar.reskinChildren(ToolBar.java:716)
        at org.eclipse.swt.widgets.Widget.reskin(Widget.java:423)
        at org.eclipse.swt.widgets.Widget.setData(Widget.java:1704)

Did someone already got a non-trivial Java/SWT application signed/notarized correctly for macOS 10.15 that also runs without problems?

--
Best regards,
Thomas Singer
=============
syntevo GmbH
https://www.syntevo.com
https://www.syntevo.com/blog
_______________________________________________
platform-dev mailing list
platform-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/platform-dev

Reply via email to