NonStop Server for Java 4.2 Programmer's Reference

/bin
Executable binary files that make up the SDK. These files include tools
that are not part of the Java Runtime Environment, such as javac and
javah.
/demo
Additional subdirectories, each containing a README file and a complete
example.
/include
C-language header files that support native code programming using the
Java Native Interface and the Java Virtual Machine Interface.
/install The javachk file and for TNS/R only a Makefile that can be used to
relink the JVM.
/jre
The root directory of the Java Runtime Environment. Includes core
classes, classes supplied by HP, and run-time libraries. The core Java
classes are in the lib/rt.jar file.
TNS/R: The Pthreads library resides in the lib/oss subdirectory.
TNS/E: The Pthreads DLL resides in the lib/oss/pthreads
subdirectory.
/lib
Classes other than core classes for support of the tools and utilities in the
SDK software.
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:
Demonstration
Program
Illustrates
invocation_api
How to properly build an executable that can create its own Java
virtual machine (JVM).
javahjni
How to create a native library and, for TNS/R systems only, link
the library with a java executable. Also, for both systems,
demonstrates using IEEE floating point.
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.