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

时间:2014-06-01 09:47:36   收藏:0   阅读:240

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

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!