samedi 6 décembre 2014

Partager votre fichier .Jar avec d'autres utilisateurs

Distributing the Application to Other Users

Now that you have verified that the application works outside of the IDE, you are ready to distribute it.
You can distribute the application by following these steps:
  1. Create a zip file that contains the application JAR file (AnotherGrep.jar) and the accompanying lib folder that contains swing-layout-1.0.jar.
  2. Send the file to the people who will use the application. Instruct them to unpack the zip file, making sure that the AnotherGrep.jar file and the lib folder are in the same folder.
    The users of your application should be able to run it by double-clicking the JAR file. 

Aucun commentaire: