学习JNI(Java Native Interface)的项目;
JNI是一种允许JVM调用C/C++代码的机制,JNI调用的方法在JVM外运行,理论执行更效率,在追求极致性能的功能,往往需要JNI;
JNI相关的Java代码和C语言代码,JNI的文档;

yangyi e99767b274 feat:使用C语言实现本地方法 vor 1 Woche
c e99767b274 feat:使用C语言实现本地方法 vor 1 Woche
src 24603dfbf4 init vor 1 Woche
.gitignore 24603dfbf4 init vor 1 Woche
pom.xml 24603dfbf4 init vor 1 Woche