- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- multiple java versions
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
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
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
тАО07-06-2006 09:38 AM
тАО07-06-2006 09:38 AM
multiple java versions
Got a L system running 11.23
Got some DBAs wanting to have 7 different versions of java installed. I have seen the 3 main versions - 1.3, 1.4, 1.5
But the request is for 1.5.0_01, 1.5.0_03, 1.4.2_04, 1.4.2_08, 1.3.1_05, 1.3.1_09, 1.3.1_13
Here is my confusion. When doing the install it will install into (example) /opt/java1.3. How am I going to put these multiple versions of 1.3 into the same directory area? Also, the swinstall will fail because it detects an install already. I can choose to reinstall but that will overwrite what is already there.
Do the DBAs really need all of these versions within the same major release?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-06-2006 09:43 AM
тАО07-06-2006 09:43 AM
Re: multiple java versions
Do they need all those versions? I guess it depends on what are they trying to do. Are they trying to compare performance/memory models/features, etc?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-06-2006 10:11 AM
тАО07-06-2006 10:11 AM
Re: multiple java versions
Example; The java1.3.1_13 installed into /opt/java1.3 I would create /opt/java1.3.1_13 directory and then move the files into this new directory.
But still the question, when I swinstall java 1.3.1_09, I will get the swinstall error stating I have a newer version installed. I can go into Options and reinstall but then the IPD will not have the record of 1.3.1_13 being installed.
Is this OK?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-06-2006 03:51 PM
тАО07-06-2006 03:51 PM
Re: multiple java versions
Example; The java1.3.1_13 installed into /opt/java1.3 I would create /opt/java1.3.1_13 directory and then move the files into this new directory.
But still the question, when I swinstall java 1.3.1_09, I will get the swinstall error stating I have a newer version installed. I can go into Options and reinstall but then the IPD will not have the record of 1.3.1_13 being installed.
Is this OK?
You can do the follwing,
1) Install JDK 1.3.1_13 and copy /opt/java1.3 to some other location (Ex : /tmp/java1.3.1_13).
2) Remove JDK 1.3.1_13 using swremove.
3) Move /tmp/java1.3.1_13 /opt/java1.3.1_13
4) Like wise, install multiple versions. Make sure you set PATH and CLASSPATH varibales in correct order.
5) Please note : If you require to link any libs to /usr/lib/hpux32 and /usr/lib/hpux64, you have to do it manually.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-06-2006 09:31 PM
тАО07-06-2006 09:31 PM
Re: multiple java versions
I can't believe that they need different levels of java - but if they want (and manage it theirselves to get the right version ...)
You can install from the lowest version to higher level - and make a copy of the directory with a level extension.
If this doesn't work - the best solution is definitively 'install - copy - deinstall'
Have fun!
Volkmar