The idea is to reuse existing C++ code in a new Java project. If we could combine C++ %26amp; Java, we will not need to rewrite our C++ code in Java.
How can C++ applications / libraries be combined with Java apps?
Use JNI (Java Native Interface) http://java.sun.com/j2se/1.4.2/docs/guid...
The details are far too complex to get into here, but there are plenty of resources online about how to use JNI to call C++ code just search for 'JNI c++'
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment