How to add external library properly in Eclipse?

Recommendation:

  1. Create a “lib” folder and keep all your jars in the folder.
  2. Subsequently, add all the jar files in the lib folder into your build path by using Project => Properties => Java Build Path => Libraries => Add JAR ...

btw, there’ no screenshot. Can you give the link for the screen shot so that I may be able to help our better…

Leave a Comment