In , the IDE builds a JAR file from your project sources every time you run the Build command. The JAR file is generated to the dist directory of your project folder.
To change the JAR name and location:
To specify which files are added to the JAR file:
To specify the manifest file for the JAR file:
![]() |
If you are using the Java Application template, the IDE creates a manifest file for you. |
To disable generation of a JAR file for a project:
<target name="jar" />
![]() |
In , JAR file creation is controlled by your Ant script. |
| See also | |
|---|---|
| Building Tasks: Quick Reference Building a Project Compiling a Single File Managing the Classpath Customizing the Ant Build Script |
|