The type org.apache.commons.lang.exception.NestableException cannot be resolved. It is indirectly referenced from required .class files
缺少jar包导致
引入commons-lang-2.6.jar解决问题
The type org.apache.commons.lang.exception.NestableException cannot be resolved. It is indirectly referenced from required .class files
缺少jar包导致
引入commons-lang-2.6.jar解决问题