1

recently I have upgraded to jre 1..7.45b18 and started getting the security popup saying Do you want to run this application Publisher: UNKNOWN Running applications by UNKNOWN publishers will be blocked in a future release because it is potentially unsafe and a security risk.

My jar files are self-signed using 'signjar' ant utility, can someone advice how to stop this popup from appearing. I understand something needs to be changed the way jars are signed and the java web start to recognize it.

java1977
  • 398
  • 4
  • 12
  • 25

2 Answers2

2

this is due to the security restrictions coming from Oracle. See Oracle Security Dialogs:

If the application is self-signed or signed by an unknown authority, the publisher is shown as UNKNOWN.

This article answers this question as well: Get rid of the "UNKNOWN" publisher from applet security warning

Community
  • 1
  • 1
enRGi
  • 71
  • 2
-1

The below link is dead. Long live the new link: http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/security/securityDialogs.html

jsaddwater
  • 1,781
  • 2
  • 18
  • 28
  • 3
    Why not suggest an edit to the original answer and replace the link? This post by itself doesn't provide an answer to the question. Remember that improving posts by editing is a great way to earn reputation too. – Xavi López May 05 '14 at 14:43