I'm trying to add a simple jar file which contains some statics. I have created a libs folder and copy the jar into. I have configure the project's build path in the Eclipse IDE. In one of the project's classes i have a referance to one of the static members of the jar file, but it failde to build and the jar's classes are unseen to the application and the Eclipse mark it as an error. How it can be solved? Thanks, Eyal.
import'ing the package correctly at the top of your .java source file?