Installation NotesJava 2 Runtime Environment, Standard Edition
|
Prior to installing the Java 2 Runtime Environment, you should insure that you have installed the full set of required patches needed for support of this release.
See also the note about the location of the Java HotSpot libjvm.so files.
<version number>
For example, if you are downloading update 1.3.1_01, the following command:
chmod +x j2re-1_3_1_<version number>-solsparc.sh
would become:
chmod +x j2re-1_3_1_01-solsparc.sh
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:If the file size doesn't match, it probably means the file was corrupted during download. In that case, try downloading again.
On SPARC:
chmod +x j2re-1_3_1_<version number>-solsparc.shOn x86:
chmod +x j2re-1_3_1_<version number>-solx86.sh
3. Change directory to the location where you would like the files to be installed.
4. Run the self-extracting binary.
A directory called j2re1_3_1_<version number> will be created in the current directory. After the installation is finished, this directory can be renamed as desired.
5. Install the Java Plug-in
jre/lib/sparc/client/libjvm.so (on SPARC)The path to the Java HotSpot Server VM is
jre/lib/i386/client/libjvm.so (on x86)
jre/lib/sparc/server/libjvm.so (on SPARC)
jre/lib/i386/server/libjvm.so (on x86)
The Exact VM and Classic VM are no longer part of the Java 2 platform, and legacy code that uses the Invocation API to launch an application based on old paths to the Exact or Classic VMs will not work.
|
| ||||||||||||