The Java Extension Mechanism |
JDK 1.2 Contents |
Extensions are packages of Java classes (and any associated native code) that application developers can use to extend the functionality of the core platform. The extension mechanism allows the Java virtual machine (VM) to use the extension classes in much the same way as the VM uses the system classes. The extension mechanism also provides a way for needed extensions to be retrieved from specified URLs when they are not already installed in the JDK or JRE.Overview
The following classes play a role in the extension mechanism:
FAQ
Located on the Java Software website:
Copyright © 1995-98 Sun Microsystems, Inc. All Rights Reserved. |
Java Software |