Using the JAR Packager

The IDE's JAR Packager enables you to create a single JAR (Java Archive) file from a hierarchy of files.

In the IDE, you make a JAR file by first creating a JAR Recipe file. The JAR Recipe file stores information about the JAR to be created, such as:

You create the JAR file itself by calling the Compile command on the JAR recipe file.

If any of the files that the JAR file is built from change, you can recompile the JAR recipe file to update the JAR file. You can also make changes in the JAR recipe file and then compile the JAR recipe to create the modified JAR file.

Follow these links for help on creating and working with JAR files:

Creating a JAR File
Modifying a JAR File
Updating a JAR File
Running a JAR File

Setting a JAR Content Filter
Creating a JAR Manifest
Setting the Default JAR Compression Level
Mounting a Filesystem

Legal Notices