How to Add JARs to Project Build Paths in Eclipse (Java)

When your Java project requires JAR libraries (Java Archive) to function, you have to configure your project to include the libraries in its build path. Fortunately, Eclipse makes this process simple and easy to remember. The build used here is Eclipse Java – Ganymede 3.4.0. Adding Internal JARs Create a new folder named lib in … Read more