Caused by: java.lang.ClassNotFoundException: org.apache.commons.lang.exception.NestableRuntimeException 报错解决

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

这种问题是因为jar包不全导致的,应该包含:

commons-beanutils-1.8.0.jar
commons-collections-3.2.jar
commons-lang-2.5.jar
ezmorph-1.0.6.jar
json-lib-2.3-jdk15.jar

 

但是又出现如下问题:

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

导入commons-logging-1.1.1.jar

OK

posted @ 2018-09-13 11:04  冰糖雪梨喵喵  阅读(3286)  评论(0编辑  收藏  举报