Download List

專案描述

JIGS (Java Interface for GnuStep) allows Java programmers to use the GNUstep libraries from Java, but it is more than a set of bindings for GNUstep from Java: it takes advantage of the fact that Objective-C and Java are very similar languages to make it possible to use Objective-C classes from Java using exactly the same API (and vice versa). Moreover, JIGS can generate automatically wrappers for your own Objective-C GNUstep libraries.

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.

2001-07-26 20:16
1.5.0

This version features new advanced support for exposing enumeration: the
wrapper tool can now recognize and parse enumeration declarations in the
Objective-C header files, so it automatically maps them to ints. It can expose
any enumeration you want upon request by using static Java constants in a
class.
標籤: Major feature enhancements

2001-07-16 19:59
1.4.2

NSTimeZone was exposed. Some new tests were added. Support for setting the
installation directory in the wrapper makefiles was implemented. The
installation directories were fixed.
標籤: Minor feature enhancements

2001-06-11 08:14
1.4.1

Makefile support for using Java from Objective C, better logging of problems in loading shared libraries, and fixes for gcc 3.0.
標籤: Minor feature enhancements

2001-05-21 13:24
1.4.0

The wrapping process has been made simpler and
more powerful by rewriting the Makefiles to build
a Java wrapper for an objective-C library so that
they are decoupled from the Makefiles used to
build an objective-c library.
標籤: Major feature enhancements

2001-05-08 15:52
1.3.4

The support for number morphing was documented and improved. Wrapper tool was enhanced to support new C types (short, long, etc). Some support for key/value coding was added. The libFoundation port was updated and a complete libFoundation wrapper was added.
標籤: Minor feature enhancements

Project Resources