Eclipse error: indirectly referenced from required .class files?
It means: “A class that you use needs another class that is not on the classpath.” You should make sure (as Harry Joy suggests) to add the required jar to the classpath.
It means: “A class that you use needs another class that is not on the classpath.” You should make sure (as Harry Joy suggests) to add the required jar to the classpath.