This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Newbie question
- To: java-discuss@sourceware.cygnus.com
- Subject: Newbie question
- From: Matjaz Ostroversnik <matjaz.ostroversnik@zrs-tk.si>
- Date: Fri, 6 Aug 1999 14:55:47 +0200
- Organization: ZTK
Hi all,
I have a problem related to gcjh.
For the program:
class first
{
public static void main (String[] args)
{
System.out.println("Hello wolrd \n");
}
native public static void doit();
}
and for a command
$ gcjh first
first: no such class
I am getting no such class.
I tried with -CLASSPATH, with/without extension etc.
What I did wrong?
Regards
Matjaz