How to create a Java archive (.jar) file using NetBeans

1 Answer

0 votes
  1. Right-click on the Project name.
  2. Select Properties.
  3. Click Packaging.
  4. Check (V) Compress JAR File.
  5. Check (V) Build JAR after Compiling.
  6. Click OK.
  7. Right-click on a Project name.
  8. Select Clean and Build.


answered Sep 14, 2016 by avibootz

Related questions

...