Next: 2.2 Which Components are
Up: 2. Quick Overview of
Previous: 2. Quick Overview of
JIGS is composed by:
- An integrated Java-to-Objective-C interfacing engine (this is
the core of JIGS). The source code is located in the Source/
and Java/ directories.
- An automated wrapping tool for Objective-C libraries; this tool
can automatically output the wrapping code needed to expose
Objective-C libraries to Java using the JIGS core engine; this tool is
called WrapCreator [but a name change is planned]. The
source code is in the Tools/WrapCreator/ directory.
- Wrappers for the GNUstep Base and Gui libraries. You need
WrapCreator to compile these wrappers. The source code is in
the Wrappers/base/ and Wrappers/gui/ directories.
- Examples of libraries wrapped by hand. This is mainly useful
to JIGS hackers themselves. Source is in Examples/.
- Examples of libraries wrapped using the WrapCreator tool. Source
is in Tools/WrapCreator/Examples.
- Examples of using the GNUstep Base and Gui libraries from Java.
The source code is in Testing/Java/.
- Examples of running Java code from Objective-C. The source code
is in Testing/Objc/.
- This manual. The source is in the Documentation/Manual/
directory.
Next: 2.2 Which Components are
Up: 2. Quick Overview of
Previous: 2. Quick Overview of
Nicola Pero
2001-07-24