Index: [thread] [date] [subject] [author]
  From: Wen Zhang <zhangw@duke.edu>
  To  : 
  Date: Thu, 15 Apr 1999 10:09:33 -0400

compile pixmap

In order to compile pixmap, what should I need to do?
I made package pixmap and package util. 
But when I do: javac Main.java
I get:
javac Main.java
Main.java:55: Class pixmap.Viewer not found in type declaration.
      Viewer view = new Viewer(f);
      ^
Main.java:55: Class pixmap.Viewer not found in type declaration.
      Viewer view = new Viewer(f);
                        ^
2 errors                    

Wen


Index: [thread] [date] [subject] [author]