Newbie question

Anthony Green green@cygnus.com
Fri Aug 6 07:57:00 GMT 1999


Matjaz wrote:
> $ gcjh first
> first: no such class
> I am getting no such class.
> I tried with -CLASSPATH, with/without extension etc. 

gcjh reads classfiles.  You need to do...

$ gcj -C first.java && gcjh first


AG

-- 
Anthony Green                                               Cygnus Solutions
                                                       Sunnyvale, California


More information about the Java mailing list