Eclipse is an open-source software IDE (Integrated Development Environment) written in Java. It has had significant support, so it has become rather heavyweight, but it has a lot of good features.
If you want to use a library .jar file in a project and it is not already in the classpath, you add it to the classpath of the run function.
- Open the run configuration.
- Select the Classpath tab.
- Click on the User Entries below the tab
- Click "Add External JARs", navigate to the .jar and select.