timob / jnigi

Golang Java JNI library
BSD 2-Clause "Simplified" License
163 stars 44 forks source link

RegisterNative compatibility #51

Closed timob closed 3 years ago

timob commented 3 years ago

Make it so RegisterNative is compatible with code that uses string to mean ObjectType.

This was the change to not assume this: https://github.com/timob/jnigi/pull/44 .