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 and build button it will also generate the jar file.)
Do I have to always click to file/export/executable jar menu? Is there any way
Share
When you go to
Export... -> Java -> JAR File, click next to get to the second page of the wizard. There, you canSave the description of this JAR in the workspace. When the export completes, you should have a.jardescfile. You can right click on this and chooseCreate JARfor a one step export.