Sun Java Solaris Communities My SDN Account Join SDN
 
Archive - Java Technology Products Download

Java 2 SDK 1.4.1 for Linux Installation Notes

 

Installation Notes

Java 2 SDK, Standard Edition
Version 1.4.1 (64-bit)
Linux (64-bit)

System Requirements

This version of the Java 2 SDK is supported on Linux platforms running on 64-bit Intel Itanium processors. A minimum of 32 megabytes of RAM is required. 48 megabytes of RAM is recommended.

You should have about 75 megabytes of free disk space before attempting to install the Java 2 SDK software.

Testing of Java 2 SDK 1.4.1 for 64-bit Linux has been conducted on Red Hat 7.2.

Known Problems

Testing of Java 2 SDK 1.4.1 for 64-bit Linux has been conducted on Red Hat 7.2 in English. Other languages have not been fully tested. A known bug in handling Japanese is 4704500: Japanese characters do not display with drawString on Itanium 64bit RedHatLinux 7.2.

Installation Instructions

The Java 2 SDK, Standard Edition, v1.4.1 is available in two installation formats.

  • A self-extracting binary file named j2sdk-1_4_1-linux-ia64.bin which can be used to install the Java 2 SDK in any location you choose. If you are using this file, see Self-Extracting Binary.

  • The file j2sdk-1_4_1-linux-ia64-rpm.bin containing RPM packages comprising the Java 2 SDK. If you are using this bundle, see Installation of RPM File.
The bundles for both installation formats are packaged in a .bin shell script that displays the product license agreements before actual installation.

Installation of Self-Extracting Binary

Use these instructions if you want to use the self-extracting binary file to install the Java 2 SDK. 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 on the web site. Once the download has completed, check that you have downloaded the full, uncorrupted software file.

2. Copy j2sdk-1_4_1-linux-ia64.bin to the directory into which you want to install the Java 2 SDK.

3. Run j2sdk-1_4_1-linux-ia64.bin

Launch the executable file you downloaded, j2sdk-1_4_1-linux-ia64.bin, by using the following commands from the directory in which it is located:

chmod a+x j2sdk-1_4_1-linux-ia64.bin

./j2sdk-1_4_1-linux-ia64.bin

The script displays a binary license agreement, which you are asked to agree to before installation can proceed. Once you have agreed to the license, the install script installs the Java 2 SDK in a directory named j2sdk1.4.1 in the current directory.

Note about Root Access - Unbundling the software automatically creates a directory called j2sdk1.4.1. Note that if you choose to install the Java 2 SDK 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 SDK into your home directory, or a subdirectory that you have permission to write to.

Note about Overwriting Files - If you unpack the software in a directory that contains a subdirectory named j2sdk1.4.1, the new software overwrites files of the same name in that j2sdk1.4.1 directory. Please be careful to rename the old directory if it contains files you would like to keep.

Installation of RPM File

Use these instructions if you want to install Java 2 SDK in the form of RPM packages. If you want to use the self-extracting binary file instead, see Self-Extracting Binary.

1. Check the download file size.

Before you download a file, notice that its byte size is provided on the download page on the web site. Once the download has completed, check that you have downloaded the full, uncorrupted software file.

2. Run j2sdk-1_4_1-linux-ia64-rpm.bin and agree to the license it displays.

Launch the executable file you downloaded, j2sdk-1_4_1-linux-ia64-rpm.bin, by using the following commands from the directory in which it is located:

chmod a+x j2sdk-1_4_1-linux-ia64-rpm.bin

./j2sdk-1_4_1-linux-ia64-rpm.bin

The script displays a binary license agreement, which you are asked to agree to before installation can proceed. Once you have agreed to the license, the install script creates the file j2sdk-1_4_1-linux-ia64.rpm in the current directory.

3. Become root by running the su command and entering the super-user password.

4. Run the rpm command to install the packages comprising the Java 2 SDK.

rpm -iv j2sdk-1_4_1-linux-ia64.rpm

Note: During installation, the warning "user java_re does not exist - using root" may be displayed. You can ignore this warning, which is due to a bug in the installation package.

5. Exit the root shell.