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中文網其他相關文章!