Get rid of Signed Java Applet Security Dialog

后端 未结 1 761
日久生厌
日久生厌 2021-01-15 02:11

this might be a ridiculous question.

I have a signed applet which only read and write on the client\'s computer file system.

I can purchase a digital certifi

相关标签:
1条回答
  • 2021-01-15 03:05

    The best way to get rid of the dialog is to import the certificate into the JRE trusted certificate store. Another solution is to modify the Java policy file. Just have a look into Oracle's documentation: http://docs.oracle.com/javase/7/docs/webnotes/tsg/TSG-Desktop/html/plugin.html#gcexdl

    0 讨论(0)
提交回复
热议问题