在 java 控制面板中自动将网站添加到例外网站
Automating addition of sites to Exception sites in java control panel
我正在创建一个 Java webstart 应用程序,它将作为 JNLP 下载并 运行 在本地机器上。目的是读取有关本地文件的一些信息。
但问题是我收到安全警告消息。将站点地址添加到 Java 控制面板后,警告消息消失了。
我通过更改 C:\Users\<username>\AppData\LocalLow\Sun\Java\Deployment\security
中 Windows OS.
中的 exception.sites
文件实现了自动化
此文件 (exception.sites
) 在 LINUX 和 MAC 机器中的哪个位置?
The location of the exception site list is set in the deployment.user.security.exception.sites property. The default location is {deployment.user.home}/security/exception.sites.
见http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/security/exception_site_list.html
也很高兴知道:http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/jcp/properties.html
我正在创建一个 Java webstart 应用程序,它将作为 JNLP 下载并 运行 在本地机器上。目的是读取有关本地文件的一些信息。
但问题是我收到安全警告消息。将站点地址添加到 Java 控制面板后,警告消息消失了。
我通过更改 C:\Users\<username>\AppData\LocalLow\Sun\Java\Deployment\security
中 Windows OS.
exception.sites
文件实现了自动化
此文件 (exception.sites
) 在 LINUX 和 MAC 机器中的哪个位置?
The location of the exception site list is set in the deployment.user.security.exception.sites property. The default location is {deployment.user.home}/security/exception.sites.
见http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/security/exception_site_list.html
也很高兴知道:http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/jcp/properties.html