I am using eclipse and i have a library (.jar file).
I need to import it in my project.
I have already added it in my project (Build path..).
Now my problem is that there is a default package who contains (.class files) in the library .
and i don't know how to use it (instanciate objects from this library) in my code.
thx a lot