Java standard edition development kit (JDK)
NSJ 11 consists of the following standard Java components (and the HPE extensions described else where in this manual):
Java virtual machine (VM) based on the JDK 11.0 .8
Core Packages of the JDK 11.0.8
Standard Java SE 11.0.8 tools as documented in the NSJ 11Tools Reference Pages. All standard tools are supported, except graphical user interface (GUI) such as
appletviewer, policytool,andjconsole, and client-side tools such asjavawsandHtmlConverter. Experimental tools are not supported.JDK 11.0.8 API packages such as
java,javax, andorgpackages described in the Java Platform Standard Edition 11.0.8 API Specification.
Package | Description |
|---|---|
| javax.accessibility | Defines a contract between user interface components and technology that provides access to these components. |
| javax.swing and Swing-related packages | Provides a set of Java components, which works in the similar mode on all platforms. |
If a call is made to the code that depends on a keyboard, display, mouse, or sound processing,
NSJ 11 throws a
java.awt.HeadlessException.
For more information on the core packages of Java SE Development Kit 11.0.8, see Oracle Java Documents in Related information.

