What is the correct way to add external Jars to IntelliJ IDEA Project?

Java

I want to configure IntelliJ IDEA to include my dependency jar files. Is there any way to connect external jars to the IntelliJ iDEA project?

1
Answers

Replies

There is a simple way to add the jar to the project in eclipse. Below are the steps to be followed to add a JAR file in eclipse. 


1. You need to right-click on the project. 


2. Click on build path followed by configure build path. 


3. You will be able to view the libraries tab. 


4. Under the libraries tab, you will need to click on add jars or external JARs and give the jar.

 
 

If you want to unleash your potential in this competitive field, please visit the Java course page for more information, where you can find the Java tutorials and Java frequently asked interview questions and answers as well.

 

This topic has been locked/unapproved. No replies allowed

Login to participate in this discussion.

Leave a reply

Before proceeding, please check your email for a verification link. If you did not receive the email, click here to request another.