Here is a screenshot of netbeans
Here, I have imported three jar libraries algs4.jar, stdlib.jar and acm.jar. Netbeans is importing acm finely but not importing algs4.jar and stdlib.jar. As you can see in line 3 there is no error but in line 4 it is showing error in importing, even in line 5 it is not showing algs4 and stdlib? What is going wrong here?
update:
here are some more screenshots.
Here i have expanded the stdlib.jar. As you can see there is a .java file name AcyclicLP.java(first one) in that .jar.