This is the mail archive of the java@gcc.gnu.org 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]
Other format: [Raw text]

Re: Whats: "error: cannot find file for class"???


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.


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