edu.pdx.cs399J.examples
Class MakeJar

java.lang.Object
  extended by edu.pdx.cs399J.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 Summary
MakeJar()
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MakeJar

public MakeJar()
Method Detail

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.



Copyright © 2000-2009 Portland State University. All Rights Reserved.