Site Exception List是sun Java7以后的新安全特性,可以通过控制面板在Windows上进行配置。如何在Linux发行版上配置它?
发布于 2015-04-18 15:57:17
您可以查看Adding a site to the Exception Site List,按照这里提供的步骤在Linux上配置异常列表。
Linux/Solaris -运行jcontrol命令。


发布于 2019-11-12 23:33:43
只需运行以下命令:
echo 'https://asafesite.com
https://another.url
https://and.anotherone.com' > ~/.java/deployment/security/exception.siteshttps://stackoverflow.com/questions/29714525
复制相似问题