码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2014-06-01 09:47:36      阅读:240      评论:0      收藏:0      [点我收藏+]

标签:nestableruntimeexcep

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

标签:nestableruntimeexcep

原文地址:http://blog.csdn.net/hbxfyxw/article/details/27740409

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!