I am following an online example to read information from a basic properties file. As I started to implement the code I keep getting the following error at the top of the class.
The type org.apache.commons.lang.exception.NestableException cannot be resolved. It is indirectly referenced from required .class files
I have sought to resolve the error by downloading the apache commons lang package from this page and including it in my project properties, but this did not resolve the issue.
Can someone please give me some insight on why this error is being thrown, and how to resolve it.