| Installing Upgrading Designing Configuring Deploying Monitoring Administering Troubleshooting Reference JBI Components | |
| Close Print View | |
| Installing: Installing the JDK Software and Setting JAVA_HOME |
|
Planning for Java CAPS Installation
Using the Java CAPS 6 Installation GUI
Using the Java CAPS 6 Installation CLI
Installing the JDK Software and Setting JAVA_HOME
To Install the JDK Software and Set JAVA_HOME on a UNIX System
To Install the JDK Software and Set JAVA_HOME on a Windows System
Creating the Configuration Properties File for Silent Installations
Installing Java CAPS Silently Using CLI
To Install Java CAPS Silently Using CLI
Installing Java CAPS Using the CLI Console
To Install Java CAPS Components Using the Command Line Console
Starting and Stopping Java CAPS
Installing Additional Components for Java CAPS 6
Installing Third-Party JAR Files
JAVA_HOMEIf you do not already havethe JDK software installed or if JAVA_HOME
is not set, the Java CAPS installation will not be successful. The following
tasks provide the information you need to install JDK software and set JAVA_HOME
on UNIX or Windows systems.
The following list provides the Java CAPS JDK requirements by platform.
JDK5: At least release 1.5.0_14
JDK6: At least release 1.6.0_03
JDK5: The latest 1.5 release supported by IBM AIX
JDK5: At least release 1.5.0_14
JDK6: At least release 1.6.0_03
JDK5: The latest 1.5 release supported by Apple
JDK5: At least release 1.5.0_14
JDK6: At least release 1.6.0_03
Caution - The Java CAPS Installer does not support JDK release 1.6.0_04 in the 64-bit version on Solaris SPARC or AMD 64-bit environments.
JAVA_HOME on a UNIX SystemThe JDK software is installed on your computer, for example, /usr/jdk/jdk1.6.0_02. You
can change this location.
JAVA_HOME.export JAVA_HOME=jdk-install-direxport PATH=$JAVA_HOME/bin:$PATHJAVA_HOME=jdk-install-direxport JAVA_HOMEPATH=$JAVA_HOME/bin:$PATHexport PATHsetenv JAVA_HOME jdk-install-dirsetenv PATH $JAVA_HOME/bin:$PATHexport PATH=$JAVA_HOME/bin:$PATHchmod 755 JavaCAPS.binJAVA_HOME on a Windows SystemThe JDK software is installed on your computer, for example, at C:\Program Files\Java\jdk1.6.0_02. You
can move the JDK software to another location if desired.
JAVA_HOME:JAVA_HOME to
point to where the JDK software is located, for example, C:\Program Files\Java\jdk1.6.0_02.