The Java Native Interface (JNI) is a programming framework that enables Java code running in a Java Virtual Machine (JVM) to call and be called bynative applications. This project focus on calling Java methods from c++ program.
The Java function myJNIFunction() which is located in main.java can be called from c++ program by using JNI in this project.
