How to call C++ from Java?

While I’ve used JNI-C++ bridging in the past (only a little though) – it can be a bit ugly. You might want to consider using SWIG to help you generate all the messy boiler plate code.

Leave a Comment