Distribute the Application to Other Users – Introduction to Apache NetBeans IDE
5.3.2.2.7 Distribute the Application to Other Users Now that you have verified that the application works outside of the IDE, you are ready to distribute the application and allow other users to use it. To distribute the application, perform the following operations: 1) On your system, create a zip file that contains the application JAR file (SumApp.jar) and the accompanying lib folder that contains SumLib.jar.2) Send the file to the people who will use the application. Instruct them to unpack the zip file, making sure that the SumApp.jar file and the lib folder are in the same folder.3) Instruct the users to follow the stepsRead More →