java.lang.SecurityException: The jurisdiction policy files are not signed by a trusted signer

后端 未结 4 2030
情深已故
情深已故 2020-12-15 03:34

In working on a different problem (related to RMI), I upgraded the system\'s \"security folder\" with the \"unlimited strength\" policy files and now my applicaiton fails in

4条回答
  •  时光取名叫无心
    2020-12-15 03:51

    This could happen if there are standard policy jar files somewhere in the classpath. I suggest to find and replace all the local_policy.jar and us_export_policy.jar files with the unrestricted versions of these jars in your machine. If you are using IBM's WAS/Portal Server/RAD, here is the link to the unrestricted JCE policy jars.

提交回复
热议问题