I have a java webstart application that is properly signed and working on all OSes. However running it on MAC requires the user to circumvent the Mac security features, as the app is not signed with an Apple Developer ID.
I want to know if and if yes, how I can use my Apple certificates to sign the jar such that it can be run without problems on Windows and Mac.