Introduction - If you have any usage issues, please Google them yourself
Realize the interaction with Java, c + +, using the technology is called the JNI (Java Native Interface), programs written in c + +, as long as to realize the JNI generated Interface, can let a Java program calls, and programs written in Java, c + + call, you will need to run the Java virtual machine, through JNI query invokes the Java implementation method.