Skip to content

仓库 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.



关于

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

Topics

Resources

Stars

4 stars

关注者

0 watching

复刻s

发布

贡献者

Languages