Downloadliste

Projektbeschreibung

Java for C++ is a tool that generates C++ wrapper classes for existing Java classes. It 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++.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-12-06 01:51 Zurück zur Release-Liste
0.2

Der generierte Code verwendet nun Namensräume (java:: lang:: Integer) anstelle von hässlichen lange Klassennamen (java_lang_Integer). Ant-Build-Dateien wurden für eine einfachere Zusammenstellung hinzugefügt.
Tags: Minor feature enhancements
The generated code now uses namespaces (java::lang::Integer) instead of ugly long class names (java_lang_Integer). Ant build files have been added for easier compilation.

Project Resources