Installation guide

Using the Upgrade Installer in Graphical Mode
BEA Products Installation Guide 3-7
5. Review the text in the Welcome window and click Next.
The Choose BEA Home Directory window is displayed.
6. Select the BEA Home directory containing the release of WebLogic Platform you want to
upgrade, and click Next.
The Confirm Product Directory window is displayed, which contains the path to the BEA
UNIX For installers with filenames ending in .bin:
1. Go to the directory in which you downloaded the installation program,
and invoke the installation procedure by entering the following
commands:
chmod a+x filename.bin
./filename.bin
Here <
filename.bin> is the name of the upgrade installation program you
downloaded from the BEA Customer Support Web site, for example
platformXXX_upgrade_solaris.bin. In this filename, XXX
represents the version number of the software you are installing.
The installation program begins to install the upgrade.
2. Proceed to step 5.
For installers with filenames ending in .jar:
1. Include the bin directory of the appropriate Java 2 SDK at the beginning
of the PATH variable definition on the target system. For example:
PATH=JAVA_HOME/bin:$PATH
export PATH
Here JAVA_HOME is the full path of the Java 2 SDK directory.
2. Go to the directory in which you downloaded the installation file and
invoke the installation procedure by entering the following command:
java -jar filename.jar
where
filename.jar is the name of the upgrade installation program you
downloaded from the BEA Customer Support Web site, for example
pj_platformXXX_upgrade_generic.jar. In this filename, XXX
represents the version number of the software you are installing.
The installation program begins to install the upgrade.
3. Proceed to step 5.
To start the upgrade installer on
this platform . . .
Perform the following steps...