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: Loading native shared-libraries dynamically....


Clemens Eisserer writes:
 > 
 > Now it starts, and loads the library fine, but then it says that
 > class bte cannot be a cast to bi (my interface).  This workes fine
 > for *.class-Libraries but now with a compilied bte-class it doesnt
 > work.  I´ve linked in bi.java (the interface) both in the exeutable
 > and in the lib.

Beats me.  You'll have to debug it; gdb is your friend...

Andrew.


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