1748019 Members
4410 Online
108757 Solutions
New Discussion юеВ

Re: JDK/SDH software

 
Edgar_8
Regular Advisor

JDK/SDH software

Hi,

I did a clean install of HP-UX 11i but when I attempt to run the Oracle 817 runInstaller it fails due to JDK/SDK not being found.Can someone please advise the folloeing:

- where can I download JDK 1.3.1
- what are the install procedures
- is there a java path that must be in the oracle users .profile

Thanks in advance!
6 REPLIES 6
Pete Randall
Outstanding Contributor

Re: JDK/SDH software

Edgar,

Here's HP's java site:

http://www.hp.com/products1/unix/java/



Pete



Pete
Umapathy S
Honored Contributor

Re: JDK/SDH software


Here it is,
http://www.hp.com/products1/unix/java/java2/sdkrte1_3/downloads/index.html

What was the error? I think you might need to include the java path in the oracle .profile.

HTH,
Umapathy
Arise Awake and Stop NOT till the goal is Reached!
Edgar_8
Regular Advisor

Re: JDK/SDH software

Hi,

It was complaining that it cant find /bin/jre?

Thanks!
Edgar_8
Regular Advisor

Re: JDK/SDH software

Hi,

Ive installed the software; the oracle user profile is updated with the path but still the error "cant find bin/jre" is prompted.Anyone have any ideas? I cant install Oracle without the runInstaller not being able to startup!

Thanks!
Umapathy S
Honored Contributor

Re: JDK/SDH software

Edgar,
The wrapper for java bin is found in
/opt/java1.3/jre/bin

$ ll java
lrwxr-xr-x 1 bin bin 13 Apr 2 2003 java -> .java_wrapper

Do you see this

HTH,
Umapathy
Arise Awake and Stop NOT till the goal is Reached!
Mark Grant
Honored Contributor

Re: JDK/SDH software

Been a while since I've done this but I thought java installed in /opt/java1.3 and that the PATH should be set to include /opt/java1.3/jre/bin

After this you should be able to test everything is installed correctly by running "java -version"
Never preceed any demonstration with anything more predictive than "watch this"