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

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

转载于:https://www.cnblogs.com/smdq/p/9639290.html

你可能感兴趣的:(java)