Threesuns

Email the Instructor

Contact

All Semesters

Semesters

All Courses

Courses

Introduction to Java Programming

CSCI2133

3 credits

2011Fall

08.16.10 - 12.12.10

Introduction to Java Programming

CSCI2133

Monday Wednesday
04:00 PM - 05: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.