How to Make a Jar file in Eclipse

Home


Right click on helloWorld.java file in package explorer in Eclipse.

Select Export

Java -> Runnable jar file

Launch Configuration -> select project name from drop down menu

Export Destination -> something like C:\Users\user\Desktop\helloWorld.jar

finish