NonStop Server for Java 5.1 Programmer's Reference

$ ln -s /usr/tandem/nssjava/jdk150_h51 java
The symbolic link is always put in the directory where NonStop Server for Java 5.1 is installed, so if you
use the -s option to specify an alternative installation directory during the unpaxing step, the symbolic
link is install_dir/java instead of /usr/tandem/java. For example, if
nssjava/jdk150_h51 is installed in /h/myjava, the symbolic link is /h/myjava/java, and
this symbolic link points to the directory /h/myjava/nssjava/jdk150_h51.
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.1 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.