
860 • Java Programming
f
The fi rst element in the fi le list is the name of the archive that is to be created or accessed.
x
Extracts fi les and directories from JAR fi le.
t
Lists the table of contents from JAR fi le.
i
Generates index information for the specifi ed JAR fi le.
v
Generates verbose output to standard output.
m
The second element in the fi le list is the name as the external manifest fi le.
M
Does not create a manifest fi le entry
C
Changes directories during command execution
0
Stores without using ZIP compression.
Various JAR command options
The basic format of the command for creating a JAR fi le is:
jar cf jar-fi le input-fi le(s)
The c option ...