摆脱签名的 Java Applet 安全对话框 [英] Get rid of Signed Java Applet Security Dialog

查看:22
本文介绍了摆脱签名的 Java Applet 安全对话框的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这可能是一个荒谬的问题.

this might be a ridiculous question.

我有一个签名的小程序,它只能在客户端的计算机文件系统上读写.

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

我可以从诸如 Verysign 或 Thawte 等知名机构购买数字证书来签署小程序.

I can purchase a digital certificate from the Well known authority like Verysign or Thawte etc. to sign the applet.

如果我使用上述权限签署applet,我是否可以摆脱Java Plug-in持有的这种模糊的安全验证?

有人在SO中说您可以配置策略文件,您可以获得摆脱这个.我可以知道吗?

someone says in SO that you can configure policy file and you can get rid of this. may i know how ?

谢谢

推荐答案

摆脱对话框的最佳方法是将证书导入 JRE 受信任的证书存储.另一种解决方案是修改 Java 策略文件.只需查看 Oracle 的文档:http://docs.oracle.com/javase/7/docs/webnotes/tsg/TSG-Desktop/html/plugin.html#gcexdl

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

这篇关于摆脱签名的 Java Applet 安全对话框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆