Class MakeJar

java.lang.Object
edu.pdx.cs410J.examples.MakeJar

public class MakeJar extends Object
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 Details

  • Method Details

    • main

      public static void main(String[] args)
      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.