GitHunt
AH

ahmetozlu/java_native_interface

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

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.



Languages

C++88.6%Java11.4%

Contributors

MIT License
Created August 15, 2017
Updated June 14, 2024
ahmetozlu/java_native_interface | GitHunt