![](https://itnursery.com/wp-content/uploads/2022/04/A6xgq.png)
You can add a jar in Eclipse by right-clicking on the Project → Build Path → Configure Build Path. Under Libraries tab, click Add Jars or Add External JARs and give the Jar. A quick demo here.
![](https://readforlearn.com/wp-content/uploads/2022/01/A6xgq.png)
The above solution is obviously a “Quick” one. However, if you are working on a project where you need to commit files to the source control repository, I would recommend adding Jar files to a dedicated library folder within your source control repository and referencing few or all of them as mentioned above.