| Message: 173266 |
 |
BY: arton Tajima (arton) DATE: 2013-01-08 09:54 SUBJECT: RE: unloading the jvm throws errors Hi
I've implemented Rjb::unload, but JVM/JRE doesn't support the feature according with http://docs.oracle.com/javase/7/docs/technotes/guides/jni/spec/invocation.html#destroy_java_vm.
The document says "The JDK/JRE still does not support VM unloading, however".
So sadly, when calling Rjb::unload, JVM was dettached from the thread, but it doesn't unload, so the only result is : can't create jvm (becaues it still remains in the process).
I'll hope to hear your comment about what Rjb shoud do ?
| |