In this series... Introduction, outlining the general steps from starting with a C++ library to being able to build and run simple tests on some JNI wrappers; Part 1 (this post), in which I design some simple Java classes and generate the stub wrapper code; Part 2, in which I add just enough of the… Continue reading Wrapping a C++ library with JNI, part 1
Tag: c++
Wrapping a C++ library with JNI – introduction
In this series... Introduction (this post), outlining the general steps from starting with a C++ library to being able to build and run simple tests on some JNI wrappers; Part 1, in which I design some simple Java classes and generate the stub wrapper code; Part 2, in which I add just enough of the… Continue reading Wrapping a C++ library with JNI – introduction