Does anyone have an example script that shows how to build Java, JNI, & C++?
We are currently building a library that will deploy .jar files, so files, and .h files generated using javah.
This library will be accessed by Java clients and C++ clients.
Thanks!