NonStop Server for Java 6.0 Programmer's Reference
NonStop Server for Java 6.0 Directory Structure
This subsection explains:
• “Directory Contents” (page 41)
• “Demonstration Programs” (page 41)
Directory Contents
The /usr/tandem/java directory contains release documents and subdirectories. Table 3
(page 41) lists the subdirectories and describes their contents.
Table 3 Subdirectories of the /usr/tandem/java Directory
ContentsSubdirectory
Executable binary files that make up the JDK . These files include tools that are not
part of the Java SE Runtime Environment, such as javac and javah .
/bin
Additional subdirectories, each containing a README file and a complete example./demo
C-language header files that support native code programming using the Java Native
Interface and the Java Virtual Machine Interface.
/include
The javachk file./install
The root directory of the Java SE Runtime Environment. Includes core classes, classes
supplied by HP, and runtime libraries. The core Java classes are in the lib/rt.jar
file.
/jre
Classes other than core classes for support of the tools and utilities in the JDK software./lib
Demonstration Programs
The /demo directory contains subdirectories, each of which contains a demonstration program
and a README file that documents how the demonstration program should be used. Demonstration
programs provided include the following:
Table 4 Demonstration Programs
IllustratesDemonstration Program
How to properly build an executable that can create its own Java virtual machine
(JVM).
invocation_api
How to create a native library and how to use IEEE floating point.javahjni
Many of the demonstration programs require you to edit some files before the demonstration
programs can be run, as described in the accompanying README file.
Additional demonstration programs are provided if you install a JDBC Driver for NonStop SQL
product. These programs are located with the driver software.
NonStop Server for Java 6.0 Directory Structure 41










