Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After you have finished developing and unit testing your plugin, you are ready to package it up into a JAR file in preparation for loading onto a FlexDeploy server.

To do that, cd to the folder that contains the files, and execute the following command: jar cvfM0 plugin.jar *

This will make "plugin.jar" which will contain the files and folders around it.

 The JAR file has the following structure:

...