I am trying to do it like this:
Right-click the project name.
Click Build Path in the drop-down menu.
Click Customize Build Path
And then I do not know what to do. Should I choose "Source", "Projects", "Libraries", "Order and Export"?
In the "Libraries" I have "Add JARs ..." and "Add External JARs ...". What should I choose? (I already have a .jar file in the lib folder of my project.)
ADDED:
If I click “Add JAR” on the “Libraries” tab, I see the “lib” subfolder, but if I go there, I don’t see my .jar file there (and I know that it is).
source
share