User guide
Developing Java Applications
7-47
Execution Procedure
(1) Preparation
Perform the following steps:
1. Obtain the authentication infrastructure URL to be connected.
2. Obtain the site certificate of the authentication server and the CA certificate of the issuer of the site
certificate. If a load balancer (such as Interstage Traffic Director) is used, use the site certificate
issued with the load balancer FQDN.
3. Obtain user information for the authentication server (user ID/password/role name for the password
authentication target user).
(2) Setting Environment Variables
Set the environment variables CLASSPATH, JAVA_HOME, and PATH.
Example
JDK1.3
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;%CLASSPATH%
C:\>set JAVA_HOME=C:\Interstage\JDK13
C:\>set PATH=%JAVA_HOME%\bin;%PATH%
# sh
# CLASSPATH=
/opt/FJSVj2ee/lib/jsse.jar:/opt/FJSVj2ee/lib/jcert.jar:/opt/FJSVj2ee/lib/jne
t.jar:
/opt/FJSVj2ee/lib/isj2ee.jar:/opt/FJSVssoaz/lib/isssomod.jar:$CLASSPATH
# export CLASSPATH
# JAVA_HOME=/opt/FJSVawjbk/jdk13
# export JAVA_HOME
# PATH=$JAVA_HOME/bin:$PATH
# export PATH
JDK1.4
Interstage install directory: C:\Interstage
JDK install directory: "C:\Interstage\JDK14"