Create executable Jar file under Eclipse

后端 未结 2 1593
野趣味
野趣味 2020-12-03 21:51

I created a Java application and I want to create jar file for this application. This application imported other external jar files by Build Path>Add External Jar File. How

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-03 22:25

    Right click on project which one you want to create executable jar

    -> Export -> Runnable jar 
    

    -> Select the Main class in "Launch Configuration" -> Export destination (your system path) -> Finish
    

提交回复
热议问题