Link to home
Start Free TrialLog in
Avatar of Peter Chan
Peter ChanFlag for Hong Kong

asked on

Problem to set up Java JRE 1.4 on Win 2008/2012 server

Hi,

I have problem to set up that, on Win 2012 server. what should be the correct procedure for doing the captioned setup?
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

According to this page http://www.oracle.com/technetwork/java/javase/downloads/server-jre8-downloads-2133154.html ,  the current version is Server JRE (Java SE Runtime Environment) 8u60.  You might find the version you are looking for here http://www.oracle.com/technetwork/java/javase/archive-139210.html but the red letters point out that those old versions are not supported and not even updated with security patches.
Why do you want to setup that old version?
Avatar of Jayabharath sadanagiri
Jayabharath sadanagiri

create a JRE_HOME environment user variable, point it to your selected JRE folder, in classpath make sure this JRE_HOME variable is before the existing declared JDK/JRE paths. Open a new command prompt window and execute java -version to check where JRE is pointing to.
Avatar of Peter Chan

ASKER

Dave,
How to set up this

server-jre-8u60-windows-x64.tar.gz

within Win 2012 server?
I don't know.  You'll have to read the instructions.
Can you please show with the relevant details of that?
ASKER CERTIFIED SOLUTION
Avatar of Gerwin Jansen
Gerwin Jansen
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial