Hi,
because of the latest java-version wa had to sign our application.
This works also with a jnlp-template in our main jar but according to this site: What should I do when I see a security prompt from Java?
we should have an option to set "Do not show this again for apps from the publisher and location above".
Everytime I start the jnlp (1.7u67) I get the security dialog with a successfully verified application (blue information shield) but can not suppress the dialog for next time. :-(
Because the application needs access to local resources the jnlp contains
<security>
<all-permissions />
</security>
and the manifest of the signed jars
Trusted-Only: true
Trusted-Library: true
Permissions: all-permissions
Codebase: *
What can I do to avoid the security-warning?