Introduction - If you have any usage issues, please Google them yourself
A good example to learn JNI. Implementation of Java and C++ interaction, the use of technology is called JNI (Java Native Interface), C++ written program, as long as implement the JNI generated interface, you can let Java program calls, and written in Java programs, C++ calls, you need to Java Virtual Machine, Java implementation of query calls through JNI method.