当前位置: 代码迷 >> 综合 >> java.lang.NoClassDefFoundError: Could not initialize class net.sf.json.JsonConfig
  详细解决方案

java.lang.NoClassDefFoundError: Could not initialize class net.sf.json.JsonConfig

热度:50   发布时间:2023-11-19 20:55:53.0

错误信息如下、

 

错误原因

json包的版本不匹配

常用的json包如下

commons-logging-1.0.4.jar
commons-lang-2.3.jar
commons-collections-3.2.jar
commons-beanutils-1.7.0.jar
json-lib-2.2.1-jdk15.jar
ezmorph-1.0.4.jar

解决方案

我的commons-collections-4.1.jar版本太高了,换了一个低版本就好了

  相关解决方案