Instructions for installing NetTest
Author: Terrence J. Truta
email: tjt7@columbia.edu

This archive should include:
README - This file
nettst.zip - supporting class files (doesn't need to be unzipped)
AutoDlg.java - application files
AutoOptions.java
ChartData.java
DisplayGUI.java
MsgDialog.java
NetTest.java
PingWrapper.java
StartGUI.java
TracertWrapper.java

Steps for installation (Assuming the above files have already been
extracted to a directory):

1. Add nettst.zip to the CLASSPATH environment variable. 
NOTE: you do not have to unzip this archive. The java compiler 
will look into this file to find the necessary class files.

2. cd into the directory you extracted the above files.

3. Type "javac *.java"

4. Run the program by typing "java NetTest" 

Documentation for NetTest can be found at:
http://www.columbia.edu/~tjt7/nettest/
