NonStop Server for Java Programmer's Reference (NSJ 4.0+)

IPv6 Support
Accessing SQL Databases
Java Software Development Kit (SDK)
Highlights
The NonStop Server for Java 4 consists of the following standard Java components (and the HP
extensions described elsewhere in this document):
Java virtual machine (VM) based on version 1.4.1
Core Packages of the Java 2 Platform, Standard Edition, SDK 1.4.1
Tools of the SDK, version 1.4.1 except AppletViewer and policy tool.
NonStop Server for Java 4 supports the SDK 1.4.1 API packages (java, javax, and org
packages) described in the Java 2 Platform API Specification
(http://java.sun.com/j2se/1.4.1/docs/api/index.html).
Because of the nonvisual nature of NonStop servers, the NonStop Server for Java 4 supports the
following packages according to Headless support.
Package Description
java.awt and AWT-related
packages
Contains all of the classes for creating user
interfaces and for painting graphics and images.
javax.accessibility Defines a contract between user interface
components and technology that provides access
to those components.
javax.swing and
Swing-related packages
Provides a set of "lightweight" (all-Java language)
components that, as much as possible, work the
same on all platforms.
If code that depends on a keyboard, display or mouse is called, NonStop Server for Java 4
throws a java.awt.HeadlessException.
For more information on the Core Packages of J2SE SDK 1.4.1, see the Sun Microsystems
documentation.