Java SecurityException: Mismatched Signer Information
重新编译类时,可能会遇到以下情况错误:
java.lang.SecurityException: class "Chinese_English_Dictionary"'s signer information does not match signer information of other classes in the same package
原因:
从使用不同证书签名的多个 JAR 文件加载属于同一包的类时,会发生此异常,或者其中一些 JAR 文件已签名,其他 JAR 文件已签名不是。
解决方案:
以上是如何解决 Java SecurityException:签名者信息不匹配?的详细内容。更多信息请关注PHP中文网其他相关文章!