[kaffe] kaffe JNI Problem
Igor Sedov
igor@informatik.uni-rostock.de
Mon, 24 Jun 2002 18:06:32 +0200
Hello,
I have following JNI problem with the Kaffe:
I run from my C-code a kernel process. With other JVM it works
correctly, the user application waits, up to kernel process will be
ended. Kaffe doesn't wait. Example,
info = hci_inquiry(peer->devid, inqSecs, &noDevs, NULL, 0); //a kernel
process. It takes 30 sec
kaffe doesn't wait. In one second an error will be printed.
if (info == NULL) {
error (env,"Delay ???");
return NULL;
}
What is wrong ???
Regards,
Igor