Is as C++ library to encapsulate all complexity of JNI in an object oriented fashion. The objective is to be fast and easy to use. More details in Documentation.
It compiles out of the box because it make use of the Java Framework. Problem is the Framework is deprecated so don't know if will continue to work in the future.
It need to have JDK 1.6 installed this was my target if somebody can help with JDK 8 would be great, Need JAVA_HOME environment variable.
the folder macosx/ include the xcode project, compiles with LLVM.
Is just an VS2015 project solution.
Is in src/ folder.
One of the main goals of this project is to keep Dependencies low, so it should run nicely by its own.