The Viewer application ---------------------- System Requirments: ------------------- JDK 1.4 is needed to run the application. Directories: ------------ bin Binary files for the project - jar files of external utilities doc Documentation files - design documents, user manual, and screenshots doc/javadoc Documentation of the source files, created by javadoc utility src Source files of the project package Distribution package - for end users Compiling: ---------- Use compile.cmd in this directory to compile the project. This batch file will compile the source files in src directory and create a jar file with all the classes in bin directory. Change the first line in the file to setup the JDK path. Running: -------- Use viewer.cmd to run the application. Change the first line in the file to setup the JDK path.