1833934 Members
1782 Online
110063 Solutions
New Discussion

java question

 
SOLVED
Go to solution
Steve Ferrara
Advisor

java question

Hi,

Hoping someone can help me with a java question. We currently have java1.3.1 running on our 11i box. We would like to install a separate instance of java1.3.0. I know that swinstall does not allow you to specify where to install. In fact, the analysis fails because there is a newer version on the server. I know you can overide this but I want to keep java1.3.1. Is it possible to do this?
5 REPLIES 5
Steven E. Protter
Exalted Contributor
Solution

Re: java question

The latest java 1.3.1.x will work just fine with most applications that need java.

Oracle hasn't been fully certified on 1.4

You can install many different versions of java on your system and set environment variables to get certain apps to work with the right version.

I have portions of java 1.2 1.3 and 1.4 running on my HP-9000 servers.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Steve Ferrara
Advisor

Re: java question

Thanks...can I use swinstall to install java 1.3.0 and keep java1.3.1? My problem is when I try to do this, it wants to replace the 1.3.1 filesets with the 1.3.0 filesets.

Java1.3.1 is not supported with some Tivoli modules, but 1.3.0 is. We have other applications using java1.3.1 so I don't want to overide it...that's why I'd like a seperate instance. I understand you can seperate instances ie 1.2 vs 1.3 vs 1.4 but what about my scenario?
Donny Jekels
Respected Contributor

Re: java question

dude, take the depot.

tar -xvf *.depot into a seperate folder.

then copy the java dir to another location.
"Vision, is the art of seeing the invisible"
Steven E. Protter
Exalted Contributor

Re: java question

I see.

No, within the java 1.3 world, java 1.3.1 will overwrite java 1.3.0

Except:

You might be able to change the isntall target. The problem there is that this creates software that won't show up on a swlist command.


SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Steve Ferrara
Advisor

Re: java question

I was considering the tar method. I know very little about java. Is it self contained?

I think I'm going to try this.

Thanks