Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JNLP: I always get a security-dialog for a signed application

2749078Sep 10 2014 — edited Sep 12 2014

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?

This post has been answered by Stephen Bell on Sep 11 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 10 2014
Added on Sep 10 2014
6 comments
2,563 views