- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- java1.4 installation
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
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
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
08-03-2004 08:11 AM - last edited on 03-24-2013 07:11 PM by Cathy_xu
08-03-2004 08:11 AM - last edited on 03-24-2013 07:11 PM by Cathy_xu
I am going to install java1.4 on my system with os hpux11i.
Currently java1.2 is on it and there are programs using java1.2. If I installed javas1.4 on the same system, will it mess with what is currently running with 1.2?
Thank you in advance.
Moved from Archived Desktops and Workstations Boards>general to HP-UX > Languages
Solved! Go to Solution.
- Tags:
- Java
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2004 02:19 PM
08-03-2004 02:19 PM
Solutionhttp://www.hp.com/products1/unix/java/faq/index.html
It says;
Q: Can I run multiple versions of Java at the same time?
A: Yes, because each version installs by default into a different directory. Java 1.1 installs in /opt/java, Java 1.2 in /opt/java1.2, Java 1.3 in opt/java1.3, and Java 1.4 in /opt/java1.4.
However you need to add the correct directory for the version you are using to your PATH variable.
For JNI applications, you also need to define the environment variable SHLIB_PATH to reference the correct directory structure for the Java shared libraries.
Hope this helps,
-denver