页面报错:
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
原文:http://www.cnblogs.com/Richard-xie/p/3550504.html