java.security.AccessControlException: access denied (“java.security.SecurityPermission” “authProvider.SunMSCAPI”)

前端 未结 3 721
粉色の甜心
粉色の甜心 2020-12-09 22:53

Till morning everything working fine in my applet. I took Java update and everything stopped. I\'m dealing with digital certificate using applet. Here is my stack trace. I f

3条回答
  •  甜味超标
    2020-12-09 23:39

    I cannot comment yet so am putting this as an answer instead.

    1. I believe creating the .java.policy file in your applet will be too late - the plugin will have already started up and read the policy files before running any of your code.

    2. You could sign your applet and use a jnlp file to assign permissions in the security element

提交回复
热议问题