Loading...
Select Version
This function releases resources of the Java VM.
It is equivalent to the JNI function JNI_DestroyJavaVM
.
Call
CALL 'JCI_DestroyJavaVM'
Return value (RETURN-CODE)
JCI-RET-OK
The call was successful.
JCI-ERR
An error which is not specified in more detail has occurred.
Notes
The function should not be called if the call of the function
JCI_CreateJavaVM
was not successful.After the function has been executed correctly, no further JCI functions can be called.
The Java VM is not unloaded.
It is not possible to reboot the Java VM with
JCI_CreateJavaVM
.