NonStop Server for Java 5.0 Programmer's Reference

and this symbolic link points to the directory /h/myjava/nssjava/jdk150_h50.
Configuring TCP/IP and DNS for RMI
For Remote Method Invocation (RMI) API to work, TCP/IP and its component, DNS, must be
configured correctly. For the correct version of TCP/IP, see the NonStop Server for Java 5 Softdoc.
A network administrator usually configures TCP/IP and DNS, but you can determine if an incorrect
TCP/IP configuration is causing a JVM problem. To check the TCP/IP configuration, use the Java
Checker, javachk, which is available in the /usr/tandem/java/install directory.
Execute javachk in the same environment as the JVM has (that is, using the same defines that
were used to run the JVM). The Java Checker will identify failing socket routine calls. When you
know which calls are failing, you can fix or work around the problems.
For information about javachk, see the file
/usr/tandem/java/install/README_javachk.
NonStop Server for Java 5 Directory
Structure
This subsection explains:
Directory Contents
Demonstration Programs
Directory Contents
The /usr/tandem/java directory contains release documents and subdirectories. The
following table lists the subdirectories and describes their contents.
Subdirectory Contents
/bin
Executable binary files that make up the JDK. These files include
tools that are not part of the J2SE 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