SQL/MX Guide to Stored Procedures in Java (G06.24+, H06.03+)

Getting Started
HP NonStop SQL/MX Guide to Stored Procedures in Java523727-004
2-7
Using the mxudrlink Script to Relink MXUDR
If the mxudrlink script cannot find the directory, or if the directory does not
contain the mxudr.mak, mxudr.oby, and mxudr.tlo files, the script prompts
you to reenter the directory.
3. Enter a nonstandard location for the NonStop Server for Java, or press Return for
the default installation directory, /usr/tandem/java. The default installation
directory has subdirectories containing java.o, libjdk.lib, libjvm.lib,
libspt.lib, and sptcpp.o.
If the mxudrlink script cannot find the directory, or if the directory does not
contain all of the NonStop Server for Java object and library files, the script
prompts you to reenter the directory.
4. Enter a nonstandard location for the JDBC/MX driver, or press Return for the
default installation directory, /usr/tandem/jdbcMx/current. The default
installation directory has a subdirectory containing libjdbcMx.lib.
If the mxudrlink script cannot find the directory, or if the directory does not
contain the libjdbcMx.lib file, the script prompts you to reenter the directory.
5. Enter the JNI objects, each separated by a space, or press Return for no JNI
objects.
If you specify JNI objects, they should be in the form of relinkable objects, such as
.o or .lib files. Archive objects, such as .a files, are not supported by
mxudrlink.
If any JNI objects do not exist, the mxudrlink script prompts you to reenter the
object names.
6. Enter the directory where you want to store the log file, mxudrlink.log, or press
Return for the default directory, which is the directory you specify in Step 2.
Please enter the NonStop Server for Java installation directory:
(/usr/tandem/java)
Note. If you bind the SQL/MX UDR server to the NonStop Server for Java in a
nonstandard location, remember to set the JREHOME location. See Setting the
JREHOME Location on page 2-17.
Please enter the JDBC/MX installation directory:
(/usr/tandem/jdbcMx/current)
Note. If you bind the SQL/MX UDR server to the JDBC/MX driver in a nonstandard
location, remember to set the UDR extensions class path. See Setting the JDBC/MX
Location on page 2-20.
Please enter the JNI objects to link with mxudr, separated with spaces:()
Please enter the location of output log file:(/usr/tandem/sqlmx/udr)