SCOUG Java Programming Class 5

Overview


Class 4 Review


Native Methods

Native methods allow you to utilize operating system specific capabilities in a non-platform independent mode. You do this by creating a class definition together with an implementation DLL. To create an OS/2 native method class you need to:


JDK 1.1

The recently released JDK 1.1 (not yet available on OS/2 platform) contains a number of enhancements to the standard supplied class library. A few of the significant ones are:


Other


Reference Notes


Copyright Notices

Java and JDK as referenced herein are protected by the following copyright notices:

(c) Copyright Sun Microsystems, Inc., 1992-1997. All rights reserved.

(c) Copyright IBM Corporation, 1996-1997. All rights reserved.

The JDK is based in part on the work of the Independent JPEG group.

The Java(tm) technology is owned and exclusively licensed by Sun Microsystems, Inc. Java(tm) is a trademark of Sun Microsystems, Inc. in the United States and other countries.

The JDK implementation used in this class is OS/2 version 1.0.2 and is used with permission of IBM Corporation. This use is governed by the terms and conditions specified in the beta license agreement provided by IBM Corporation.