Remy,
This is a known problem on all versions of Java. Here is the quote from
the Java Series Book, "The Java Native Interface" by Sheng Liang:
"Unfortunately, you cannot unload the Java virtual machine implementation
in JDK release 1.1 or Java 2 SDK release 1.2. DestroyJavaVM always
returns a
I believe that Sun has not implemented the DestroyJavaVM(). In JDK 1.1 it was
definitely not implemented and the method always returns -1. In JDK 1.2 the
situation is still the same, the VM can not be Destroyed.
Mark
Remy Dupas <[EMAIL PROTECTED]> on 01/05/2000 02:25:30 PM
To: [EMAIL PRO