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

时间:2014-02-15 16:32:30   收藏:0   阅读:1315

页面报错:

root:
java.lang.NoClassDefFoundError: Could not initialize class net.sf.json.util.JSONUtils

出错原因是缺少jar包:检查后发现缺少ezmorph-1.0.6.jar。

附:使用JSON时必要的jar包:

ezmorph-1.0.6.jar
commons-lang 2.4
commons-beanutils 1.7.0
commons-collections 3.2
commons-logging 1.1.1 

原文:http://www.cnblogs.com/Richard-xie/p/3550504.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!