How to grant all permissions to java applet through JNLP without popups
We are launching an applet using jnlp The applet needs to load a native library The jar and the jnlp are signed with a self generated certificate. The jnlp grants all permission with <security> <all-permissions/> </security> The policy file grants all permissions grant { permission java.security.AllPermission; }; We are getting a popup dialog “ java security warning” That says: this application is going to perform an insecure operation. Do you want to continue ? Continue or cancel (see attached screen shot) There is no “allow always” button Which means that the dialog pops up “every time” the