Reputation: 694
I'm running my java app using web start , through jnlp.
However even if it's signed, I'm still seeing this warning. Also there's no "Do not show this again for this app" checkbox .
Any ideas as to what is missing ?
Thanks,
Below is a attached a screenshot
Upvotes: 1
Views: 213
Reputation: 36722
You need to make sure that all your third party jars are also signed. For more details please have a look at the link
How to publish a Java Web Start jnlp application without security warnings?
Upvotes: 1