- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- java question
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 07:14 AM
03-11-2004 07:14 AM
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 07:20 AM
03-11-2004 07:20 AM
SolutionOracle 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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 07:28 AM
03-11-2004 07:28 AM
Re: java question
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 07:31 AM
03-11-2004 07:31 AM
Re: java question
tar -xvf *.depot into a seperate folder.
then copy the java dir to another location.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 07:35 AM
03-11-2004 07:35 AM
Re: java question
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 07:40 AM
03-11-2004 07:40 AM
Re: java question
I think I'm going to try this.
Thanks