Threesuns

Email the Instructor

Contact

All Semesters

Semesters

All Courses

Courses

Advanced Java

CSYS2413

3 credits

2011Fall

08.16.10 - 12.12.10

Advanced Java

CSYS2413

Thursday
05:30 PM - 08:20 PM

Create a JAR file for a Java Application

How To

Update the Manifest

Step 3

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.