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

页面报错:

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 

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

上一篇:MVC interview questions with answers


下一篇:如何用PHP实现Web Service的方法