Exception in thread “main” java.lang.SecurityException: Invalid signature file digest for Manifest main attributes

前端 未结 6 1899
忘掉有多难
忘掉有多难 2020-12-17 16:17
Exception in thread \"main\" java.lang.SecurityException: Invalid signature file d                    igest for Manifest main attributes
        at sun.security.util         


        
6条回答
  •  天命终不由人
    2020-12-17 17:10

    I was having similar issues, I added Bounty Castle dependency that was causing this error. Just removed it and after that it worked okay.

提交回复
热议问题