DestroyJavaVM does not completely shut the VM
Hi All,
I'm using JDK 1.4.2. The platforms used are WindowsXP and MacOSX. In my Native Application after setting up the JVM using JNI_CreateJavaVM, i use the same to load some jar files using URLClassLoader. After all is done i need to shut the VM and then move these jar files to some location. I use DestroyJavaVM, but it does not seem to completely do its task. Some of the threads started by JNI_CreateJavaVM are still up and owing to this the jar files are held up by VM. Is anyone having any idea whether DestroyJavaVM is still faulty or do i need to do something else.
Regards

