-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JNI prohibits creating multiple Java VM within a single process. JNI_CreateJavaVM returns JNI_EEXIST error if Java VM already exists. In that case, we have to re-use the existing Java VM by calling JNI_GetCreatedJavaVM.
- Loading branch information
Showing
1 changed file
with
169 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters