Operating System - HP-UX
1833737 Members
2663 Online
110063 Solutions
New Discussion

Need JDK 1.4 for Oracle 10g IAS

 
Kevin Farrell_4
Frequent Advisor

Need JDK 1.4 for Oracle 10g IAS

I downloaded what I thought was the java development kit. I have this
$ 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
5 REPLIES 5
DCE
Honored Contributor

Re: Need JDK 1.4 for Oracle 10g IAS

Raj D.
Honored Contributor

Re: Need JDK 1.4 for Oracle 10g IAS

Hi Kevin ,

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
---
" If u think u can , If u think u cannot , - You are always Right . "
Kevin Farrell_4
Frequent Advisor

Re: Need JDK 1.4 for Oracle 10g IAS

Here's what I have
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
Mel Burslan
Honored Contributor

Re: Need JDK 1.4 for Oracle 10g IAS

Most probably in oracle user's profile, the environment variable JAVA_HOME is set to /opt/java1.3. If you change it to /opt/java1.4, you should no longer have that problem as you have installed the 1.4 already.
________________________________
UNIX because I majored in cryptology...
Kevin Farrell_4
Frequent Advisor

Re: Need JDK 1.4 for Oracle 10g IAS

it's looking for JDK spefically though. I installed the SKD 1.4 but it does not have a jdk directory. That is the problem. Oracle has no idea what I'm talking about either. I have a support incident open. Unreal. There's like 8000 documents on Oracle iAS, I just have not found the right one yet.

Kevin