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-22 12:50
0.4

Ein Problem, dass NULL-Werte für Methodenargumenten Methode Rückgabewerte oder Feldwerte verursachte einige generierten Code zum Absturz wurde behoben. Update wird dringend empfohlen.
Tags: Major bugfixes
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.

2005-12-09 17:30
0.3

Diese Version fügt einige Vorlagen für Makefiles und 'runscripts'. Diese Dateien erleichtern den Prozess der Schaffung C + +-Wrapper-Klassen, einschließlich der generierten C + +-Klassen in Ihr eigenes Projekt, und ab die resultierende Applikation.
Tags: Minor feature enhancements
This release adds some templates for Makefiles and runscripts. These
files ease the process of creating C++ wrapper classes, including the
generated C++ classes in your own project, and starting the resulting
application.

2005-12-06 01:51
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.

2005-12-01 02:02
0.1a

Tags: Documentation

2005-11-28 08:39
0.1

Diese Version erzeugt bereits voll funktionsfähige C + +-Klassen und wurde mithilfe HBCI4Java von C + +-Anwendungen getestet. Es gibt noch einige Probleme mit der Binär-String mit Daten und mehrdimensionale Arrays.
Tags: Initial freshmeat announcement
This version already generates fully working C++
classes and has been tested by using HBCI4Java
from C++ applications. There are still some
problems with binary string data and with
multi-dimensional arrays.

Project Resources