Installation Notes
Java Runtime Environment,
Version JRE 1.1.8
Solaris 2.5.1, 2.6, 7 for SPARC-based Machines
Solaris 2.5.1, 2.6, 7 for x86-based Machines
Solaris Installation Instructions
The installation and configuration process can be broken down
into the following steps:
- Do pre-installation checks
- Unpack the downloaded file
- Delete the original file you downloaded
(optional)
If you experience trouble along the way, check the
Troubleshooting the Installation section
at the end of this document.
Please note, for any command lines on this page containing the following
notation, you must substitute the appropriate update version number for the
notation.
<version number>
For example, if you are downloading update 1.1.8_009, the following
chmod command:
% chmod a+x jre-1_1_8_<version number>-solaris-sparc.bin
would become:
% chmod a+x jre-1_1_8_009-solaris-sparc.bin
1. Do
pre-installation checks
- Check the size of your downloaded file.
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.
Unpack the downloaded software file
If you unpack the software or documentation in a directory
that contains a directory named jre1.1.8, the new software will
overwrite files of the same name in that jre1.1.8 directory. Please
be careful to rename the old directory if it contains files you would like
to keep.
In a shell window, execute the commands listed below. Note that this temporarily
creates a README file in the current directory (which will overwrite any
README file you might have).
- For SPARC (must be unpacked on a SPARC machine running Solaris
2.4 or greater):
% chmod a+x jre-1_1_8_<version number>-solaris-sparc.bin
% ./jre-1_1_8_<version number>-solaris-sparc.bin
- For x86 (must be unpacked on a x86 machine running Solaris 2.5
or greater):
% chmod a+x jre-1_1_8_<version number>-solaris-i586.bin
% ./jre-1_1_8_<version number>-solaris-i586.bin
This will create a directory called jre1.1.8 containing the JRE
software in a bin and lib directory.
3.
Delete the original files you downloaded
If you want to recover disk space, delete the file you downloaded in step 1.
Troubleshooting the Installation
Error Message: The download file appears to be corrupted
The JRE's installation script does a checksum to insure that the software
bundle was not corrupted during the download. If the checksum indicates
that your file is corrupted, delete the file and download a new copy.
|