I'm using eclipse, the jar files locate in ~/zmx/alg4/algs4.jar, the class file I need is algs4.jar/A.class. my project exists in ~/workspace/test. the jar file are already in Referenced Libraries, how can I use the class file in my project? I've already tried:
import A; private A variable = new A(); but it doesn't work.