#jni

[ follow ]
CodeProject
9 years ago
JavaScript

Wrapping Java with C++ Objects - JNI OOP

JNI helps Java code interact with C++ through reflection-oriented implementation.
Using C++ wrappers can simplify the JNI code, making it more reusable and maintainable. [ more ]
[ Load more ]