Pathway/iTS Web Client Programming Manual (H06.03+, J06.03+)

Table Of Contents
How to Compile, Build, and Maintain a Pathway/iTS
Web Client
HP NonStop Pathway/iTS Web Client Programming Manual520270-003
2-5
6. Build the Converted Client
6. Build the Converted Client
You can build (compile) the converted client either on the NonStop system under the
Open System Services (OSS) environment of the NonStop Kernel operating system or
on another machine running the Windows NT operating system. Doing this involves
three steps:
1. Set up the build environment
2. Transfer files to the build environment (if the build environment is Windows NT)
3. Build (compile) the application
Set Up the Build Environment in an OSS Environment
Pathway/iTS provides a TACL MACRO utility named JMAKENV, which is used to set
up the build environment for the converted web client.
This utility uses the MAP file that is created at the time of conversion to generate the
build environment. The MAP file is created at the same location
($
volume
.
subvolume
) from which the CONVERT command was run. The MAP file
name is composed of the first four or five SCOBOL object file characters plus the
characters MAP. For example, if the SCOBOL objects are named MYAPPCOD,
MYAPPDIR, and MYAPPSYM, then the MAP file name is MYAPPMAP.
If the build environment is on a NonStop system under the OSS environment,
JMAKENV creates the application home directory under OSS, copies the converted
files to this directory and creates a make file for building and deploying the application.
You must set the CLASSPATH variable to point to the itsjlib.jar file (the Java import
package) and to the current directory.
export CLASSPATH=/usr/tandem/Pathway-iTS/itsjlib.jar:$CLASSPATH
The itsjlib.jar file must be available on the local machine. If it is not available, copy the
file from the installation CD.
Set other environment variables for Java compilation: for example:
Add /usr/tandem/java/bin to $PATH
Add /usr/tandem/java/lib/classes.zip to $CLASSPATH
Add /usr/tandem/java/lib/tandemvm.zip to $CLASSPATH
From the TACL prompt on a NonStop system, run JMAKENV as:
file-name
is the name of the SCREEN COBOL object-file (the POBJ file).
RUN JMAKENV
file-name
application-home makefile-name