Package edu.pdx.cs410J.examples
Class MakeJar
java.lang.Object
edu.pdx.cs410J.examples.MakeJar
This class demonstrates the file compression utilities in the
java.util.zip
and java.util.jar
packages
by creating a jar file whose contents are specified on the command
line.- Author:
- David Whitlock
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MakeJar
public MakeJar()
-
-
Method Details
-
main
Reads the name of the Jar file followed by the names of the files to be added to the jar file from the command line.
-