neoraph / JNIExampleInCPP

A few simple examples on JNI to pass objects from C++ to Java (reference to : A few simple examples on JNI to pass objects from C to Java https://github.com/chandruscm/JNIexamples)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JNIExampleInCPP

Just trying and training JNI :

There are two folders :

  • callCPPInJava A few simple examples on JNI to pass objects from C++ to Java (reference to : A few simple examples on JNI to pass objects from C to Java https://github.com/chandruscm/JNIexamples)

  • callJavaInCPP Same program as in callCPPInJava except that this time, I instanciate the JVM in C++ in order to use Java object in C++.

About

A few simple examples on JNI to pass objects from C++ to Java (reference to : A few simple examples on JNI to pass objects from C to Java https://github.com/chandruscm/JNIexamples)


Languages

Language:CMake 44.7%Language:C++ 38.7%Language:Java 16.6%