Need old java version to create a replica of running environment
807567Jul 20 2006 — edited Jul 31 2006Hi Folks,
I need to create a replica of a working application system so I can troubleshoot some problems. The running systems has Java build 1.3.1_11-b02 installed. But the replica system has build 1.3.1_15-b01 so I need to downgrade java to match the original app system.
But, I have come across two challenges:
(1) I cannot find a download of the older build 1.3.1_11-b02 anywhere.
(2) Need to know exactly which Solaris packages to remove and reintsall with the older packages to ensure a clean java environment.
The java version on the running app server is: (this is the version I need).
$ java -version
java version "1.3.1_11"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_11-b02)
Java HotSpot(TM) Client VM (build 1.3.1_11-b02, mixed mode)
The replica test env has:
$ java -version
java version "1.3.1_15"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_15-b01)
Java HotSpot(TM) Client VM (build 1.3.1_15-b01, mixed mode)
Thanks.