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

时间:2023-03-09 04:26:15
转 java.lang.ClassNotFoundException: org.apache.commons.lang.exception.NestableRuntimeException

转自:http://blog.csdn.net/zb0567/article/details/7893063

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

遇到这种问题是因为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