2

I developed a java applet called by Javascript functions for a web application. I would like to avoid having the application field set to UNKNOWN when the security warning message (a.k.a the one asking me to allow the following application from the current website) pops up.

So far I tried to add a name field and an alt field when declaring my applet attributes in my HTML. I also tried to add an Application-Name in the MANIFEST of the java applet but I keep having a warning message with application:UNKNOWN

How can I set correctly this field?

Thanks.

Saralou
  • 63
  • 4
  • 1
    Have you seen this SO [question/answer](http://stackoverflow.com/questions/13053922/get-rid-of-the-unknown-publisher-from-applet-security-warning)? – Michael Petch Sep 24 '14 at 13:38
  • Is the applet signed? Does its jar have all the required [manifest attributes](http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/security/manifest.html) set? – VGR Sep 24 '14 at 14:07
  • Yes the applet is signed and I paid to have a certificate associated with the public key. My problem is not with the publisher field set to unknown but the application name set to unknown. – Saralou Sep 25 '14 at 09:49

0 Answers0