页面报错:

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 

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-13
  • 2022-02-19
  • 2021-07-19
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-31
  • 2021-12-24
  • 2021-07-16
相关资源
相似解决方案