I'd like to use a jar file in a project.
I do, what always: build path, libraries, add external jar...
The jar appears in Eclipse on the left side under JRE System Library...
In the jar file there is a class with static methods (the class has a private constructor).
I would like to call a static method, but Eclipse can't see the class and none of them...
Strangely, if I do the same with another older project, then Eclipse can see the classes (you get recommendation with ctrl space).
I changed from 1.7 to 1.8 for a while, but I don't think that it matters, cause the one older project I updated to 1.8 the other not.
I can't see the classes in the jar in the new projects...
Any ideas? Thanks!