[kaffe] kaffe JNI Problem
    Igor Sedov 
    igor at informatik.uni-rostock.de
       
    Mon Jun 24 09:06:32 PDT 2002
    
    
  
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
    
    
More information about the kaffe
mailing list