Skip to content

neoraph/JNIExampleInCPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors