#recommended #blog http://landerlyoung.github.io/blog/2014/10/16/java-zhong-jnide-shi-yong/
#andoid #java #native
#andoid #java #native
landerlyoung.github.io
Java 中JNI的使用 - Young_Blog
Java 中JNI的使用 JNI全称是Java Native Interface是在JAVA和Native层(包括但不限于C/C++)相互调用的接口规范。 JNI在JAVA1.1中正式推出,在JAVA1.2版本中加入了JNI_OnLoad,JNI_OnUnload方法,这两个方法还是很有用的, …