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: Andrew Haley <aph at redhat dot com>
- To: Clemens Eisserer <linuxhippy at web dot de>
- Cc: java at gcc dot gnu dot org
- Date: Tue, 26 Aug 2003 16:31:59 +0100
- Subject: Re: Whats: "error: cannot find file for class"???
- References: <3F4B64A2.5090200@web.de><3F4B758E.1080402@web.de>
Clemens Eisserer writes:
> 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....
Run 'strace -f -etrace=file' to see what is happening.
Andrew.