User guide

Chapter 7: Developing Applications
7-18
Example
Interstage install directory: C:\Interstage
JDK install directory: "C:\Interstage\JDK14"
C:\>set CLASSPATH=C:\Interstage\F3FMsso\ssoatzag\lib\isssomod14.jar
C:\>set JAVA_HOME=C:\Interstage\JDK14
C:\>set PATH=%JAVA_HOME%\bin;%PATH%
Table 7-11 Setting Environment Variables for Solaris OE and Linux (JDK1.4)
Environment Variable Values
CLASSPATH Specify the following Java Archive (jar) file:
- /opt/FJSVssoaz/lib/isssomod14.jar
JAVA_HOME Set the following directory:
- JDK install directory
PATH Set the following directory:
- $JAVA_HOME/bin
Example
JDK install directory: "/opt/FJSVawjbk/jdk14"
# sh
# CLASSPATH=/opt/FJSVssoaz/lib/isssomod14.jar
# export CLASSPATH
# JAVA_HOME=/opt/FJSVawjbk/jdk14
# export JAVA_HOME
# PATH=$JAVA_HOME/bin:$PATH
# export PATH
CLASSPATH Setting for Using JAAS Authorization Function
To use the security manager, specify the jar files specified for the environment variable CLASSPATH for
the security policy file URL. If a class contained in a jar file specified for the security policy file is loaded
from jar files other than those specified for the security policy file, the specified security policy becomes
invalid. This occurs, for example, when a class is loaded from a class file with directories specified for
CLASSPATH.
CLASSPATH Set Automatically When Executed in IJServer
For IJServer of the Interstage Management Console, isj2ee.jar does not need to be set in the class path.
For details on IJServer CLASSPATH, refer to “IJServer file configuration” in “Environment Where J2EE
Applications are Operated (IJServer)” in “Design of J2EE Application” in the J2EE User’s Guide.
Note
The IJServer, jsse.jar, jcert.jar, and jnet.jar contained in the J2EE package are copied to an ext directory
under the IJServer directory so they can be accessed and used.