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]

Newbie question


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

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