Hi again. Fisrt of all, thank you very much for your reply.
I'm currently using Sun Java VM 1.2.2, thinking maybe on changing it to Kaffe. What I was trying to do is implement some AWT classes to let AWT applications work over DirectFB instead X11. My problem is that ince I create the DirectFB interface and I end that method, the next call to any other native method blocks the program and a Segmentation Fault signal is catched. I will try the copile option you gave me. Thanks again. Javier Basilio. On Mon, 23 Sep 2002, Denis Oliver Kropp wrote: > Quoting Javier Basilio Munhoz (SetTopBox) ([EMAIL PROTECTED]): > > Hello > > I'm trying to set a Java interface to Directfb by means of the JNI, but > > I'm experiencing some problems with it, as long as I can create de dfb > > enviroment and operate with it, but I can't end the program properly. I > > always get a Segmentation Fault message. > > > > Is there any work being done in this way? > > We are using DirectFB in our AWT implementation which itself has JNI > calls. The native methods call DirectFB methods. Which JVM are you using? > Are you releasing the IDirectFB interface before doing exit? Another way > of solving the problem would be to compile DirectFB with "--enable-debug" > passed to configure. > > -- > Best regards, > Denis Oliver Kropp > > .------------------------------------------. > | DirectFB - Hardware accelerated graphics | > | http://www.directfb.org/ | > "------------------------------------------" > > Convergence GmbH > > > -- > Info: To unsubscribe send a mail to [EMAIL PROTECTED] with > "unsubscribe directfb-users" as subject. > -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
