I want to use commons configuration API, but when I run the project, it gives class not found exception, I googled and someone said to add commons lang api, it asked for logging and now that I put, it's asking for org.apache.commons.beanutils.DynaBean
What should I do?
It is better to use Maven to manage your project. The problem that you saw is the dependency between projects. Your project needs A, but A needs B, and B needs C and D, etc. It is very tedious to manage these manually. Maven is a solution for that.