cppJNI
cppJNI copied to clipboard
A C++-Java communication framework, which aim to simplify usage of Java code in C++ code.
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
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...
Currently, Java arrays are not supported, due to special JNI function calls related to them, which require additional implementation.