This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Newbie question



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]