08.16.10 - 12.12.10
Introduction to Java Programming
Monday Wednesday
04:00 PM - 05:20 PM
Create a JAR file for a Java Application
Update the Manifest
After the update file is created, on the command line type:
jar -ufmv LabName.jar update.txt
This statement will integrate the two lines in the update.txt file into the manifest file of the JAR file making it executable.
The switches ufmv tell the JAR command to 'U'pdate the 'F'iles 'M'anifest and produce 'V'erbose output of the process.