我正在關注an online example以從基本屬性文件中讀取信息。當我開始執行代碼時,我一直在類的頂部出現以下錯誤。缺少類:org.apache.commons.lang.exception.NestableException
The type org.apache.commons.lang.exception.NestableException cannot be resolved. It is indirectly referenced from required .class files
我試圖通過從this page下載Apache Commons Lang中包,包括它在我的項目屬性來糾正錯誤,但這並沒有解決問題。
有人能給我一些關於爲什麼會拋出這個錯誤以及如何解決它的見解。
這種情況下,我進入檔案,得到2.6,一切按預期工作。 – JME