Quoting Javier Basilio Munhoz (SetTopBox) ([EMAIL PROTECTED]): > 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.
You should use the native threading model rather than "green threads". -- 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.
