Common JAR file operations

by Mohan 2012-09-21 13:35:40

Common JAR file operations
Operation Command
To create a JAR file jar cf jar-file input-file(s)
To view the contents of a JAR file jar tf jar-file
To extract the contents of a JAR file jar xf jar-file
To extract specific files from a JAR file jar xf jar-file archived-file(s)
804
like
0
dislike
0
mail
flag

You must LOGIN to add comments