- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Need JDK 1.4 for Oracle 10g IAS
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
08-23-2005 04:34 AM
08-23-2005 04:34 AM
Need JDK 1.4 for Oracle 10g IAS
$ pwd
/opt/java1.4
$ ls
jre man
However when I do the oracle infastructure installation, it's complaining that I don't have jdk and it wants me to provide the location of 1.4 jdk. I've looked all over the HP site and I can't find anything related to JDK, just SDK and JKD 5.
I need JDK 1.4.05 minimum
Any help is appreciated.
Kevin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 04:37 AM
08-23-2005 04:37 AM
Re: Need JDK 1.4 for Oracle 10g IAS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 04:41 AM
08-23-2005 04:41 AM
Re: Need JDK 1.4 for Oracle 10g IAS
1. Check , if you have Java 1.4 installed in the system.
# swlist -l product | grep -i java
------------
2. If not installed , download the from hp site.(for PA RISC)
http://www.hp.com/products1/unix/java/java2/sdkrte14/downloads/index_pa-risc.html
3. Download the tar file , and install it.
Cheers ,
Raj
---
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 04:47 AM
08-23-2005 04:47 AM
Re: Need JDK 1.4 for Oracle 10g IAS
root(raven)/root:
#swlist -l product|grep -i java
Java-Dev-Kit1-1 C.01.18.04 Java Developers Kit
Java-Docs1-1 C.01.18.04 Java Documentation
Java-PlugIn1-2 1.2.2.08B.02 Plug-In for Java 2
Java-Runtime1-1 C.01.18.04 Virtual Machine for Java
Java2RTE_base 1.2.2.08B.02 Java 2 RTE (700/800), PA1.1 Portable
Java2RTE_doc 1.2.2.08B.02 Java 2 RTE (700/800), Distribution License
Java2RTE_perf 1.2.2.08B.02 Java 2 RTE (700/800), PA2.0 Performance Add On
Jdk13 1.3.1.16.00 Java2 1.3 SDK
Jpi14 1.4.2.09.02 Java2 1.4 Netscape Plugin
Jre13 1.3.1.16.00 Java2 1.3 RTE 1.3
Jre14 1.4.2.09.02 Java2 1.4 RTE
Jre14 1.4.1.07.00 Java2 1.4 RTE
root(raven)/root:
#
I believe I already downloaded that. I need JDK, not RTE, SDK, etc
any ideas?
Thansk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 05:08 AM
08-23-2005 05:08 AM
Re: Need JDK 1.4 for Oracle 10g IAS
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 05:48 AM
08-23-2005 05:48 AM
Re: Need JDK 1.4 for Oracle 10g IAS
Kevin