How to pass the Netbeans project to a .jar file?

0

I just did a project on Netbeans and would like to turn it into an app to run on the PC, so I want to turn it into .jar. How to do this?

    
asked by anonymous 03.06.2017 / 22:07

1 answer

1

In netbeans, just hit F11 with the selected project or right click on the desired project, and click on Build or Clean and Bluid :

Netbeans will create a jar file within a subfolder in the directory of your project named dist .

    
03.06.2017 / 22:13