yglukhov / jnim

Nim - Java bridge
MIT License
184 stars 13 forks source link

Handle JNI_EDETACHED when autoconnecting to current VM #36

Closed yglukhov closed 7 years ago

yglukhov commented 7 years ago

More bullet-proof version of autoconnect to current VM. For cases when AttachCurrentThread was not called in advance.