Download List

프로젝트 설명

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++.

System Requirements

System requirement is not defined
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

문제를 해결하는 방법 인수, 메서드 반환 값 또는 null 값을 필드에 대한 값을 몇 가지 생성된 코드에 충돌이 발생 해결되었습니다. 업데이트 강력히 권장합니다.
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

이 릴리스에는 몇 가지 Makefile과 runscripts 템플릿을 추가합니다. 이러한 파일은 C를 만드는 과정을 쉽게 + + 래퍼 클래스를 생성 C + + 클래스를 포함하여 자신의 프로젝트에, 그리고 그 결과 응용 프로그램을 시작.
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

생성된 코드는 지금 (자바 : : lang : : 네임 스페이스를 사용하여 정수) 못생긴 긴 클래스 이름 (java_lang_Integer) 대신합니다. 개미 쉽게 컴파일을위한 추가되었습니다 파일을 빌드합니다.
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

이 버전은 이미 완전히 컨디셔너가 고장을 생성합니다 + + 클래스 및 C에서 HBCI4Java를 사용하여 테스트되었습니다 + + 응용 프로그램. 아직 이진 문자열 데이터와 다차원 배열과 함께 몇 가지 문제가있습니다.
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