Mapping Java Native Methods to C++ Member Functions
- by live2dream95
The examples for JNI i've seen map Java native methods to implementation by C++ global functions. Is there a way to set the native methods implementation to be the member functions of a C++ object instead?