jvm won't terminate
I wrote a simple jni shared library but when i try to use the library i am unable to get the jvm to terminate. even trying a Runtime.halt() won't work. Does anybody have any idea what might be keeping the jvm from terminating? could it be how i am compiling it? i am not opening any threads in the library that are being held open. HELP
|