
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 ImageStats
  
   java ImageStats lena.gif
