Java Native Interface |
JDK 1.2 Contents |
Java Native Interface is a standard programming interface for writing Java native methods and embedding the Java virtual machine into native applications. The primary goal is binary compatibility of native method libraries across all Java virtual machine implementations on a given platform.JNI EnhancementsJDK 1.2 extends the Java Native Interface (JNI) to incorporate new features in the Java platform. The changes are driven by licensee and user comments.
Copyright © 1995-98
Sun Microsystems, Inc.
All Rights Reserved.
Please send comments to: jni@java.sun.com |
Java Software |