错误日志:java.lang.SecurityException: class "org.class名. signer information does not match signer information of other classes in the same package。
解决办法:直接在项目的lib下查找是否存在多个class名的不同jar包,如果存在需要删掉一个重复的jar包后ClassLoader才能通过检查,否则项目依旧起不来。
错误日志提示java.lang.SecurityException:classorg.class名signerinformationdoesnotmatchsignerinformationofotherclassesinthesamepackage,这意味着项目中可能存在相同类的不同jar包导致签名冲突。解决方法是检查并删除项目lib目录下重复的jar包,确保没有类的签名冲突,以使ClassLoader能正常运行。执行此操作后,项目应能成功启动。
错误日志:java.lang.SecurityException: class "org.class名. signer information does not match signer information of other classes in the same package。
解决办法:直接在项目的lib下查找是否存在多个class名的不同jar包,如果存在需要删掉一个重复的jar包后ClassLoader才能通过检查,否则项目依旧起不来。

被折叠的 条评论
为什么被折叠?
