Why am I getting this error? I already imported the jar file in my eclipse project.
1 Answer
You will need to add it to your project's build path.
2 Comments
mrburns
But if I do import org.apache.commons.*; then there is no error. Why is that? All the apache common jar files are in the same directory
CommonsWare
@mrburns: "But if I do import org.apache.commons.*; then there is no error. Why is that?" -- perhaps you only have one of the JARs in your build path.