Java for C++ 0.4 review
DownloadJava for C++ is a tool to generate C++-wrapper-classes for existing Java-classes
|
|
Java for C++ is a tool to generate C++-wrapper-classes for existing Java-classes. This tool reads a list of Java class names and creates source code for C++-classes to wrap them.
The implementation of the wrapper classes uses JNI (Java Native Interface) to call the "real" Java classes.
The C++-API to use these wrapper classes is very close to the API of the original Java classes. So developers of C++-software can use Java-classes as if they have been implemented in C++.
What's New in This Release:
A problem where null values for method arguments, method return values, or field values caused some generated code to crash was fixed.
Updating is strongly encouraged.
Java for C++ 0.4 search tags