Search code examples
javaclassnetbeansjarjaas

Netbeans java creating jar


I need your help! I have some classes and I have to create in Netbeans a jar file for all of them. Someone have any idea? Thank you very much


Solution

  • Right click the project node, select "clean and build".

    Once completed, the Jar file will be located in the dist folder of your project folder