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