This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Loading native shared-libraries dynamically....
- 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: Mon, 25 Nov 2002 15:48:30 +0000 (GMT)
- Subject: Re: Loading native shared-libraries dynamically....
- References: <200211251544.gAPFifX16588@mailgate5.cinetic.de>
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.