Include external jars while exporting java project in eclipse

1.7k views Asked by At

I have developed a program that includes external jars also. Now I need to convert this program to a runnable jar (It has main method) and place it another location.

But how to include the external dependencies along with this conversion . I dont want other to download the external jars again and again.

Regards, Siva

1

There are 1 answers

1
Vallabh Patade On BEST ANSWER

Right click on your project then go to Export -> Java -> Runnable JAR File and there select Package Required libraries into generated JAR radio box