java.lang.ClassNotFoundException: org.apache.commons.lang.exception.NestableRuntimeException(史上最全解决)

版权声明:博客知识产权来源命运的信徒,切勿侵权 https://blog.csdn.net/qq_37591637/article/details/88640492

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


 解决方案:

1、jar包不全,应包括

commons-beanutils-1.8.3.jar 、commons-lang-2.5.jar 、

ezmorph-1.0.6.jar 、json-lib-2.3-jdk15.jar

如若出现如下error:

java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory

导入commons-logging-1.1.1.jar

如若再出现如下error:

java.lang.NoClassDefFoundError: Could not initialize class net.sf.json.JSONArray

导入commons-collections 3.2


2、如果以上jar包你都有了,但是还是报这个错误

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

你注意版本号

解决方案:

猜你喜欢

转载自blog.csdn.net/qq_37591637/article/details/88640492