Looking for a convenient way to call Java from C++
Yes, there are existing tools that do exactly this — generate C++ wrappers for Java classes. This makes use of Java APIs in C++ more transparent and enjoyable, with lower cost and risk. The one that I’ve used the most is JunC++ion. It’s mature, powerful and stable. The primary author is very nice, and very … Read more