Active3 months ago

I´ve got HP Proliant dl380 g3 and I can´t use few things from the 'iLO(integrated lights-out)' because this tool needs the Java Runtime Environment 1.4.2 to run in my browser

Java Standard Edition (SE) is a free software bundle that provides the Java Runtime Environment and the libraries and components you need to display a wide range of programs and Web content on 32. Is there a 64 bit version of Java 1.4.2 for Windows? I need this because of a BEA WebLogic 8.1 application that runs out of memory all the time. UPDATE: As Tom Hawtin pointed out there are licen. We have a web app (oracle Forms based) which needs a special jre version, 1.4.208. On the client systems is JRE 1.5.0.6 installed. Wenn sequencing the Web link in IE i installed the jre and so on. Result: The sequenced JRE version ist only used when deleting HKCU Software Classes CLSID key on the client system.

HP does not support this Old server so I tried to install it by myself:

I downloaded the j2re-1_4_2_19-linux-i586.bin and executed it in the terminal and this is the result:

Download Jre 1.4.2 Windows

Jre version 1.4.2 download for pc

Any idea of what should I do?

Thanks for your Time!

J.C.T.J.C.T.

2 Answers

lets try to install Full JDK(Java Development kit) JRE(Java Run-Time Environment) (included) to avoid problems.type these in terminal if your system is Debian:the first thing ,we need to add repository

do an update

and finally installing jdk with jre

to verify that you installed java Successfully (optional)

as shown there how to install Java in Linux Deb

Java 1.6 Jre Download

Windows
Basil BattikhiBasil Battikhi

If you need an elder version of Sun Java (bought by Oracle), you need to download it from http://www.oracle.com/technetwork/java/archive-139210.html, unpack it yourself, and update your $PATH to point to it. Possibly also your $JAVA_HOME for some tooling.

  1. Make sure that execute permissions are set Run this command:

    chmod +x j2re-1_4_2_-linux-i586.bin

  2. Run the self-extracting binary.

    Execute the downloaded file, prepended by the path to it. Forexample, if the file is in the current directory, prepend it with './' (necessary if ' .' is not in the PATH environment variable):

    ./j2re-1_4_2_-linux-i586.bin

Note about System Preferences: By default, the installation script configures the system such that the backing store for system preferences is created inside the Java 2 Runtime Environment's installation directory. If the J2RE is installed on a network-mounted drive, it and the system preferences can be exported for sharing with Java runtime environments on other machines. As an alternative, root users can use the -localinstall option when running the installation script, as in this example:

j2re-1_4_2_-linux-i586.bin -localinstall This option causes the system preferences to be stored in the /etc directory from which they can be shared only by VMs running on the local machine. You must be root user for the -localinstall option to work.

Jre Version 1.4.2 Download For Android

Valeriy SolovyovValeriy Solovyov

Not the answer you're looking for? Browse other questions tagged javaoraclejrejvm or ask your own question.

Jre 1.4 2 Download For Windows

Source: <a href=Java' target='_blank'>http://java.sun.com/j2se/1.4.2/index.html>Java Sun</a>
Download at http://java.sun.com/j2se/1.4.2/download.html
As part of Sun Microsystems' commitment to continued support for Java technology, the Java 2 SDK 1.4.2_02 update is now available to the Java community.
Java 2 SDK updates are developed by addressing key customer issues and feedback on the previous FCS release. These updates do not generally include any new features or functionality. Detailed information on the issues addressed in these updates can be found in their respective RELEASE NOTES documentation.
There are several key bug fixes in this release. Sun strongly recommends that users upgrade. If deploying any update, we recommend that our customers follow their standard test procedures for Java technologies and deployments.
Updates are cumulative in that each of them includes all of the fixes of the previous updates. You do not need to install earlier update versions in order to install the currently available update.