Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Need old java version to create a replica of running environment

807567Jul 20 2006 — edited Jul 31 2006
Hi 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 28 2006
Added on Jul 20 2006
2 comments
167 views