开发者

Exception in execute jar

java.lang.SecurityException: SHA1 digest error for com/.../classfilename.class

I just changed 开发者_如何学Goone class in jar using winrar


The jar you modified was signed. Now your modification was detected by the system which doesn't allow execution of modified, signed jar files.

There's a reason that the jar was signed in the first place ...


You should try to unzip your jar, Put your new class file and sign jar again with the required certificate.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜