Re: Jogl in a webstart application
Posted by
gouessej on
Jul 21, 2013; 9:21pm
URL: https://forum.jogamp.org/Jogl-in-a-webstart-application-tp4029613p4029642.html
Try to sign all JARs with the same certificate, update all manifests ("Permissions" and "Codebase" attributes) to avoid scary useless security warnings. All JARs directly mentioned in a JNLP file must use the same certificate and the "codebase" field of this file must have the same value than the "Codebase" attribute in the manifests. "Permissions" must be set to "all-permissions".