java.lang.ClassNotFoundException: org.apache.commons.lang.exception.NestableRuntimeException

 遇到这种问题是因为jar包不全,应该包含

commons-beanutils-1.8.3.jar 
commons-lang-2.5.jar 
ezmorph-1.0.6.jar 
json-lib-2.3-jdk15.jar

 

但是又出现如下问题:

java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory

 

导入commons-logging-1.1.1.jar

 

又出现如下问题:

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

 

导入commons-collections 3.2

 

 

OK

相关文章:

  • 2022-12-23
  • 2021-08-04
  • 2021-11-25
  • 2021-06-04
  • 2022-12-23
  • 2021-11-18
  • 2021-12-22
猜你喜欢
  • 2022-12-23
  • 2021-12-22
  • 2021-12-22
  • 2022-12-23
  • 2021-12-22
  • 2021-12-20
  • 2021-06-29
相关资源
相似解决方案