This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Whats: "error: cannot find file for class"???
- From: Clemens Eisserer <linuxhippy at web dot de>
- To: java at gcc dot gnu dot org
- Date: Tue, 26 Aug 2003 16:58:22 +0200
- Subject: Re: Whats: "error: cannot find file for class"???
- References: <3F4B64A2.5090200@web.de>
Sorry for the traffic, it seems some other errors confused GCJ...
One really last question:
If the native methode (JNI) doesnt match the java methode, what will be
thrown?
GIJ tells me:
Exception in thread "main" java.lang.UnsatisfiedLinkError: libawt: file
not found
But libawt.so (also tried "awt") is in ld-libraray-path....
lg Clemens