Documentation Contents

The Extension Mechanism for Support of Optional Packages

Optional packages are packages of 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 classes of the optional extension in much the same way as the VM uses classes in the Java Platform. The extension mechanism also provides a way for needed optional packages to be retrieved from specified URLs when they are not already installed in the JDK or JRE.

Overview API Specification

The following classes play a role in the extension mechanism:

See also the API Details section of the mechanism specification for notes on these APIs.

Tutorials and Programmer's Guides

Located on the Java Software website:

API Enhancements

More Information

Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.

Please send comments using this Feedback page.
Oracle Corporation and/or its affiliates
Java Technology