cppJNI icon indicating copy to clipboard operation
cppJNI copied to clipboard

A C++-Java communication framework, which aim to simplify usage of Java code in C++ code.

Results 5 cppJNI issues
Sort by recently updated
recently updated
newest added

Adds a refrence to the project license to README.md. This is considered a best-practice.

Remove boost dependency, added Hana instead Cross compiling switches GTest and Hana used as imported targets

Are we able to replace boost dependency with just hana library?

enhancement

It would be nice to provide direct access to Java class fields. Proposal is to provide it using special function object, which would provide overloaded operator* to C++ type, or...

enhancement

Currently, Java arrays are not supported, due to special JNI function calls related to them, which require additional implementation.

enhancement