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-09 17:30 Zurück zur Release-Liste
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.

Project Resources