
1. Set the CLASSPATH variable

   Example in Windows: 
   set CLASSPATH=.;%CLASSPATH%
   Inserts the current directory in the classpath.

2. Compile all files

   javac *.java

3. Run the Viewer app
  
   Example:
   java Viewer crater.jpg
