实战问题12报错org.apache.commons.lang.exception.NestableRuntimeException
Posted huashengweilong
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了实战问题12报错org.apache.commons.lang.exception.NestableRuntimeException相关的知识,希望对你有一定的参考价值。
前言:
没有用maven的旧项目,找起jar包来真的是痛苦啊。这个报错出现的原因就是jar包的问题
正文:
出现这个问题的原因是jar包不全,需要以下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,需要以下jar包
commons-logging-1.1.1.jar
接着又报错java.lang.NoClassDefFoundError: Could not initialize class net.sf.json.JSONArray,需要以下jar包
commons-collections 3.2
如果还出现报错java.lang.ClassNotFoundException: org.apache.commons.lang.*。注意jar包的版本,如果用的是lang3和collections4的话,会有此问题。需改为与上面一致的版本号
参考博客:
关于出现 org.apache.commons.lang.exception.NestableRuntimeException的解决方法 - 谷雨的博客 - CSDN博客
https://blog.csdn.net/gu_gu_/article/details/50551775
java.lang.ClassNotFoundException: org.apache.commons.lang.exception.NestableRuntimeException - zb0567的专栏 - CSDN博客
https://blog.csdn.net/zb0567/article/details/7893063
以上是关于实战问题12报错org.apache.commons.lang.exception.NestableRuntimeException的主要内容,如果未能解决你的问题,请参考以下文章
实战问题12报错org.apache.commons.lang.exception.NestableRuntimeException
linux12企业实战 -- 23 Bad request 40000接口报错
org.apache.commons.lang3 jar的使用 ArrayUtils
Apache Commons IO之FileUtils的常用方法