Installation Notes for 64-bit Support
Java 2 SDK, Standard Edition
Version 1.4.1
Solaris (SPARC Platform Edition) Operating Environment
|
|
Requirements
Installing a 64-bit Java 2 SDK for the
Solaris operating environment
on SPARC platforms
is a two-step process.
-
First, install the 32-bit Java 2 SDK.
Refer to the
32-bit Java 2 SDK Installation Instructions
.
-
Second, install the supplemental files for 64-bit support using the following
installation instructions.
64-bit Installation Instructions
Follow this procedure if you want to install support for 64-bit operation
of the Java 2 SDK on SPARC processors. You must
install the 32-bit Java 2 SDK before
proceeding with these instructions.
As with the installation of the 32-bit Java 2 SDK, the 64-bit
supplemental support is available in two installation formats:
Use the same installation format as you used
for the installation of the 32-bit Java 2 SDK.
Note: For any lines on this page containing the following
notation, you must substitute the appropriate Java 2 SDK update version number
for the notation.
<version number>
For example, if you are downloading update 1.4.1_01, the following command:
chmod +x j2sdk-1_4_1_<version number>-solaris-sparcv9.sh
would become:
chmod +x j2sdk-1_4_1_01-solaris-sparcv9.sh
Installation of Self-Extracting Binary
Follow these instructions if you want to use the self-extracting
binary file to install the Java 2 SDK. If you want to install
Solaris packages comprising the SDK, see
Installation of Packages.
1.
Check the download file size
Before you download a file, notice that its byte size is provided
on the download page.
Once the download has completed, check that you have downloaded the
full, uncorrupted software file.
2.
Make sure that execute permissions are set on
the self-extracting binary:
chmod +x j2sdk-1_4_1_<version number>-solaris-sparcv9.sh
3.
Move the self-extracting binary to the directory
in which you installed the 32-bit Java 2 SDK.
4.
Run the self-extracting binary.
Launch the self-extracting binary file. The binary code license
will be displayed, and you will be prompted to agree to its terms.
The supplemental files for 64-bit support will be installed in
directories named sparcv9 at several locations within
the 32-bit Java 2 SDK.
Installation of Packages
Use these instructions if you want to use the pkgadd utility to install
64-bit support for the Java 2 SDK.
1.
Check the download file size
Before you download a file, notice that its byte size is provided
on the download page.
Once the download has completed, check that you have downloaded the
full, uncorrupted software file.
2.
Extract the contents of the compressed tar file:
zcat j2sdk-1_4_1_<version number>-solaris-sparcv9.tar.Z | tar -xf -
This will create the SUNWj3dvx, SUNWj3rtx, and SUNWj3dmx packages
which contain 64-bit support for the Java 2 SDK.
3.
Become root by running su and entering
the super-user password.
4.
Run the pkgadd command to install the packages.
pkgadd -d . SUNWj3rtx SUNWj3dvx SUNWj3dmx
This will install the files for 64-bit support into the
Java 2 SDK 1.4.1_<version number> installation at /usr/j2se.
5.
Delete the tar files and extracted directories.
6.
Exit the root shell.