Red Hat NETSCAPE ENTERPRISE SERVER 6.0 - NSAPI PROGRAMMER GUIDE Podręcznik Użytkownika Strona 256

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 255
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%
Przeglądanie stron 255
1 2 ... 251 252 253 254 255 256 257 258 259 260 261 ... 331 332

Komentarze do niniejszej Instrukcji

Brak uwag