Simple JNI (Java Native Interface) tutorial example
1.0.0
|
Example JNI (Java Native Interface) tutorial example
This tutorial is a simple implementation of a compiled native code and its code is accessed by Java VM.
Here you will learn how to implement a simple library *.so for UNIX systems or *.dll for Windows systems and access all resources from JNI
You must install your gcc, make, ... TODO
TODO