Skip to content

ahmetozlu/java_native_interface

Repository files navigation

Java Native Interface Tutorial

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 myMain() which is located in main.java can be called from c++ program by using JNI in this project.



About

Java Native Interface to call "Java Code" from "C++ Program".

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published