PATH  Documentation > Cocoa > Using the Java Bridge


Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous | Next | PDF

Using the Java Bridge

Introduction

The original OpenStep system developed by NeXT Software contained a number of object-oriented frameworks written in the Objective-C language. Most developers who used these frameworks wrote their code in Objective-C.

In recent years, the number of developers writing Java code has increased dramatically. For the benefit of these programmers, Apple Computer has provided Java APIs for these frameworks: Foundation Kit, AppKit, WebObjects, and Enterprise Objects. They were made possible by using techniques described later in this document. You can use these same techniques to expose your own Objective-C frameworks to Java code.

Java and Objective-C are both object-oriented languages, and they have enough similarities that communication between the two is possible. However, there are some differences between the two languages that you need to be aware of in order to use the bridge effectively. In general, using Objective-C from Java requires a bit more work on the part of the programmer than the reverse process.

Once the proper setup has been done, you can:


Previous | Next | PDF
\xA9 1998 Apple Computer, Inc.