NonStop Server for Java 4.2 Programmer's Reference

_RLD_LIB_PATH (TNS/E Only)
The _RLD_LIB_PATH environment variable, used only on the TNS/E platform, specifies the library
path for DLLs. You need to use this environment variable only if you use user DLLs. You can specify
one or more directories as necessary. Separate each directory in the list by using a colon (:). Set this
environment variable as follows:
_RLD_LIB_PATH=dll_path[:dll_pathn]...
where dll-path and dll-pathn are the directories where the user DLLs reside.
For example:
export _RLD_LIB_PATH=/home/me/mydll
Symbolic Link
The link /usr/tandem/java is created when NonStop Server for Java 4 is installed. It is a symbolic
link to the actual JDK directory, which has the form:
On TNS/R systems
/usr/tandem/nssjava/jdk14x_vyy
On TNS/E systems
/usr/tandem/nssjava/jdk14x_hyy
where x refers to the version number of the Sun Microsystems update upon which NonStop Server for
Java 4 is based and yy refers to the particular product version update (PVU) of NonStop Server for
Java 4. For example, for NonStop Server for Java 4, based on Java 2 Platform, Standard Edition,
SDK 1.4.2, the symbolic link is /usr/tandem/nssjava/jdk142_v20 on TNS/R systems or
/usr/tandem/nssjava/jdk142_H10 on TNS/E systems.
The /usr/tandem/java is a shorthand way to refer to the latest version of the JDK installed on the
system. When you unpax a NonStop Server for Java 4 pax file, the symbolic link is created or reset to
refer to the JDK directory that is being unpaxed, which means that the symbolic link refers to the version
of NonStop Server for Java 4 that was last installed. You are not required to use the symbolic link. To
make sure you are always using the 1.4.2 version of the JDK, even if a later version has been installed,
you can put the bin directory in your PATH, for example:
On TNS/R systems
export PATH=/usr/tandem/nssjava/jdk142_v20/bin:$PATH
On TNS/E systems
export PATH=/usr/tandem/nssjava/jdk142_H10/bin:$PATH
You can also reset the symbolic link yourself by using the ln command with the -s option. For
example, if you install a PVU based on version 1.3.1 of the JDK, but still want version 1.4.2 to be the
one referred to by /usr/tandem/java, you can reset the symbolic link instead of unpaxing version