【发布时间】:2013-06-26 12:46:58
【问题描述】:
我正在关注an online example 从基本属性文件中读取信息。当我开始实现代码时,我不断在类的顶部收到以下错误。
The type org.apache.commons.lang.exception.NestableException cannot be resolved. It is indirectly referenced from required .class files
我试图通过从this page 下载 apache commons lang 包并将其包含在我的项目属性中来解决错误,但这并没有解决问题。
谁能告诉我为什么会抛出这个错误,以及如何解决它。
【问题讨论】:
标签: java apache apache-commons-config