Check your version of glibc using the following command:
ls /lib/libc-*
You should have about 45 megabytes of free disk space before attempting to install the Java 2 Runtime Environment.
The officially supported Linux platform for JRE 1.3.1 is Red Hat Linux 6.2, and most testing of JRE 1.3.1 for Linux has been conducted on that operating system. However, JRE 1.3.1 has undergone limited testing on other Linux operating systems. The following table shows the Linux platforms, by locale, on which Sun has tested this release to at least a limited extent. See below for information about Known Problems on various Linux operating systems.
| Locale | Linux platform tested |
|---|---|
| English | Red Hat Linux 6.2 Red Hat Linux 7.1 Caldera OpenLinux 2.4 Mandrake Linux 7.1 Turbo Linux Workstation 6.0 SuSe Linux 6.4 |
| German | Red Hat Linux 6.2 |
| Japanese | Red Hat Linux 6.2J Red Hat Linux 6.2J Second Edition |
| Simplified Chinese | Turbo Linux Workstation 6.0 |
Red Hat Linux 6.2 is the officially supported Linux platform for JRE 1.3.1. Limited testing has been done on other Linux operating systems, and the following are known problems on the non-supported platforms.
CONFIG_IP_TRANSPARENT_PROXY option. The default kernel shipped with the Red Hat 6.2 distribution is compiled with this option. To avoid incompatibilities associated with this problem, either do not use the Java platform while superuser or else upgrade to a Linux operating system whose kernel was not compiled with the CONFIG_IP_TRANSPARENT_PROXY option. Red Hat 7.1 ships with the version 2.4 kernel which does not have this problem.
Workaround - Use " ulimit -s 2048" in bash shell or " limit stacksize 2048" in tcsh to limit the initial thread stack to 2 MB.
System.exit(int) is invoked on Red Hat 7.0, the program never exits with a non-zero value. This problem is apparently due to a bug in the exit function in libc.so library. To avoid this problem, use the supported Red Hat release, version 6.2, or, if you want to use Red Hat 7, use version 7.1 rather than 7.0.
glibc-2.2-9.i386.rpm file available at http://www.redhat.com/support/errata/RHBA-2000-079.html. Do not install the i686 files available on that same web page, as those will prevent proper functioning of the Java HotSpot VMs in J2SDK 1.3.1.
compat-libstdc++-6.21-2.9.0.0.i386.rpm to prevent "error while loading shared libraries" when using the Java HotSpot VMs. This file is located in the /RedHat/RPMS directory on the Red Hat Linux 7 CD-ROM. You may also obtain a copy of this file from http://rpmfind.net. To install the file, use this command:
rpm --install compat-libstdc++-6.21-2.9.0.0.i386.rpm
It is not necessary to manually install compat-libstdc++-6.21-2.9.0.0.i386.rpm if you are using Red Hat Linux 7 Workstation.
font.properties file may fail to display some Symbol/Dingbats characters properly on some AWT components. To correct this, use this revised font.properties file to replace the one at <JAVA_HOME>/jre/lib/.
ftp.caldera.com:/pub/updates/eDesktop/2.4/current/RPMS
or
ftp.caldera.com:/pub/updates/eServer/2.3/current/RPMS
libstdc++2.9-glibc2.1 from the oldlibs archive.Note: For any 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.3.1_01, the following command:
./j2re-1_3_1_<version number>-linux-i586.bin
would become:
./j2re-1_3_1_01-linux-i586.bin
The Java 2 Runtime Environment (J2RE), Standard Edition, v1.3.1 is available in two installation formats.
j2re-1_3_1_<version number>-linux-i586.bin which can be used to install the Java 2 Runtime Environment in a location chosen by the user. If you are using this file, see Self-Extracting Binary .
j2re-1_3_1_<version number>-linux-i586-rpm.bin that contains RPM packages comprising the Java 2 Runtime Environment. If you are using this bundle, see Installation of RPM File ..bin shell script that displays the product license agreements before actual installation.
After you install the J2RE, you will be able to install the Java Plug-in also. Refer to Java Plug-in installation instructions.
Installation of Self-Extracting Binary
Use these instructions if you want to use the self-extracting binary file to install the Java 2 Runtime Environment. If you want to install RPM packages instead, see Installation of RPM File.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.If the file size doesn't match, it probably means the file was corrupted during download. In that case, try downloading again.
2. Change to the directory you want to install into.
For example, if you want to install the software in the/usr/java/ directory, then execute:
cd /usr/java
3. Run j2re-1_3_1_<version number>-linux-i586.bin and agree to the license it displays.
chmod a+x j2re-1_3_1_<version number>-linux-i586.bin
./j2re-1_3_1_<version number>-linux-i586.bin
jre1.3.1_<version number> in the current directory.
Note about root access - If you choose to install the Java 2 Runtime Environment into system-wide location such as /usr/local, you must first become root to gain the necessary permissions. If you do not have root access, simply install the Java 2 Runtime Environment into your home directory, or a subdirectory that you have permission to write to.
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.
If the file size doesn't match, it probably means the file was corrupted during download. In that case, try downloading again.
Launch the installation script by using the following commands from the directory in which the script is located:
chmod a+x j2re-1_3_1_<version number>-linux-i586-rpm.bin
./j2re-1_3_1_<version number>-linux-i586-rpm.bin
The script will display a binary license agreement, which you will be asked to agree to before installation can proceed. Once you have agreed to the license, the install script will create the file jre-1.3.1_<version number>.i386.rpm in the current directory.
su command and entering the super-user password.
rpm command to install the packages:
rpm -iv jre-1.3.1_<version number>.i386.rpm
This will install the packages comprising the Java 2 Runtime Environment.
Java Plug-in Installation Instructions
To install the Java Plug-in follow these steps.
rm -fr $HOME/.netscape/java
rm $HOME/.netscape/plugins/javaplugin.so
export NPX_PLUGIN_PATH=<jre>/plugin/i386/ns4
Here, <jre> is the path to the top-level directory of your Java 2 Runtime Environment installation.
If (and only if) you are using Netscape 6, you will need to create a symbolic link in the Netscape plugins directory to the path of the libjavaplugin_oji.so file. This file is located within the Java 2 SDK at jre/plugin/i386/ns600/libjavaplugin_oji.so.
cd ${NETSCAPE6}/plugins
ln -s ${JRE}/plugin/i386/ns600/libjavaplugin_oji.so .
Start your Netscape browser. If your browser is already running, close it and restart it.
Oracle is reviewing the Sun product roadmap and will provide guidance to customers in accordance with Oracle's standard product communication policies. Any resulting features and timing of release of such features as determined by Oracle's review of roadmaps, are at the sole discretion of Oracle. All product roadmap information, whether communicated by Sun Microsystems or by Oracle, does not represent a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. It is intended for information purposes only, and may not be incorporated into any contract.