Java_异常_01_org.apache.commons.lang.exception.NestableRuntimeException

异常信息: The type org.apache.commons.lang.exception.NestableRuntimeException cannot be resolved.

                   It is indirectly referenced from required .class files

原因:apache.commons.lang的jar包出现问题。可能是少了jar包,可能是jar包版本冲突。

解决过程:导入commons-lang3-3.6.jar还是出现这个问题,换成commons-lang-2.5.jar,问题得到解决。

附录:jar包下载:jar包集中地

           参考文章:http://blog.csdn.net/gu_gu_/article/details/50551775

原文地址:https://www.cnblogs.com/shirui/p/7305288.html