Creating an executable JAR file in Eclipse

前端 未结 1 1376
Happy的楠姐
Happy的楠姐 2021-01-13 17:55

Do I have to always click to file/export/executable jar menu?
Is there any way to do this with one button?
(Because for example if I use netbeans and click the clean

相关标签:
1条回答
  • 2021-01-13 18:34

    When you go to Export... -> Java -> JAR File, click next to get to the second page of the wizard. There, you can Save the description of this JAR in the workspace. When the export completes, you should have a .jardesc file. You can right click on this and choose Create JAR for a one step export.

    0 讨论(0)
提交回复
热议问题