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

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


问题解决!

java.lang.ClassNotFoundException: org.apache.commons.lang.exception.NestableRuntimeException,布布扣,bubuko.com

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

上一篇:数据量你造吗-JAVA分页


下一篇:280行代码:Javascript 写的2048游戏