This section describes how to build application programs written in Java to run under Compaq Tru64 UNIX.
Make sure that your WebSphere MQ Client for Java or WebSphere MQ Bindings for Java installation directory is in your CLASSPATH environment variable. For example:
CLASSPATH=/usr/opt/jdk118/lib/classes.zip:/opt/mqm/java/lib: \ /opt/mqm/samp/mqbind/En_US:.
The following environment variable is required:
LD_LIBRARY_PATH=/opt/mqm/lib
To compile the class MyClass.java, for example, use the command:
$ javac MyClass.java
For more information on using Java with WebSphere MQ, see the WebSphere MQ Using Java.