To prepare an OS/390 Java client environment for OLT:
export JVM_DEBUG=1 | |
export HOME=/tmp | # this can be any existing, writable directory |
export IVB_DEBUG_ENABLED=1 | # enable the OLT tools |
export data_ctrlport=5000 | # OLT client controller port |
export data_ctrlhost= <client_controller_ip_address> |
# where <client_controller_ip_address> is the IP address of the workstation where you plan to run the OLT client controller |
export OTS_DEFAULT_TIMEOUT=28800 | |
export OTS_MAXIMUM_TIMEOUT=28800 | |
export CLASSPATH= /usr/lpp/java/J1.1/lib/classes.zip: /usr/lpp/CB390/lib/bboprogm.jar: /usr/lpp/CB390/lib/bborbrt.jar: /usr/lpp/CB390/lib/bboidlc.jar: /usr/lpp/CB390/samples/PolicyIVP/PolicyC.jar: /usr/lpp/CB390/samples/PolicyIVP/jcivp.jar: /PolicyC.jar: $CLASSPATH |
|
export LIBPATH=/lib: /usr/lpp/java/J1.1/lib/mvs/native_threads: /usr/lpp/CB390/lib: /jbo: $LIBPATH |
|
java jcivp commit |