User guide

Chapter 7: Developing Applications
7-16
Setting the Application Execution Environment
This section explains how the administrator for the operating application should set the environments
required for application execution.
Setting Environment Variables
Set the following paths (directory names/file names) in the environment variables CLASSPATH,
JAVA_HOME, and PATH required for application operation:
JDK1.3
Table 7-8 Setting Environment Variables for Windows (JDK1.3)
Environment Variable Values
CLASSPATH Specify the Java Archive (jar) files listed below. An isj2ee.jar CLASSPATH
value must be specified after the jsse.jar, jnet.jar, and jcert.jar values.
- [Interstage install directory] \J2EE\lib\jsse.jar
- [Interstage install directory] \J2EE\lib\jnet.jar
- [Interstage install directory] \J2EE\lib\jcert.jar
- [Interstage install directory] \J2EE\lib\isj2ee.jar
- [Interstage install directory] \F3FMsso\ssoatzag\lib\isssomod.jar
JAVA_HOME Set the following directory:
- JDK install directory
PATH Set the following directory:
-%JAVA_HOME%\bin
The environment variables can be set as system environment variables. If a system environment
variable is changed, restart the system.
Example
Interstage install directory: C:\Interstage
JDK install directory: "C:\Interstage\JDK13"
C:\>set CLASSPATH=
C:\Interstage\J2EE\lib\jsse.jar;C:\Interstage\J2EE\lib\jcert.jar;
C:\Interstage\J2EE\lib\jnet.jar;C:\Interstage\J2EE\lib\isj2ee.jar;
C:\Interstage\F3FMsso\ssoatzag\lib\isssomod.jar
C:\>set JAVA_HOME=C:\Interstage\JDK13
C:\>set PATH=%JAVA_HOME%\bin;%PATH%