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
上一篇:Chapter 2 User Authentication, Authorization, and Security(3):保server避免暴力袭击


下一篇:Java开发笔记(八十一)如何使用系统自带的注解