Operating System - HP-UX
1748014 Members
3938 Online
108757 Solutions
New Discussion юеВ

HP-UX Development Kit for Java

 
SOLVED
Go to solution
Alex Okrainsky
New Member

HP-UX Development Kit for Java

Can someone tell me what is the version of JDK on HP-UX 11.0 box? Below you will find the HP version number:

<== ./java -version
==> java version "HP-UX Java C.01.18.01 12/10/1999 12:48:46 dyo640"

What does HP-UX Java C.01.18.01 correlate to in regular Java versions?
Thanks a lot in advance!
Alex
7 REPLIES 7
Geoff Wild
Honored Contributor

Re: HP-UX Development Kit for Java

java -version

example:

# /opt/java1.4/bin/java -version
java version "1.4.2.13"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2.13-070317-13:26)
Java HotSpot(TM) Server VM (build 1.4.2 1.4.2.13-070317-15:01-PA_RISC2.0 PA2.0 (aCC_AP), mixed mode)



Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Geoff Wild
Honored Contributor

Re: HP-UX Development Kit for Java

Ah - sorry - see you did that.

It might be 1.18...

Try:

what java


Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Alex Okrainsky
New Member

Re: HP-UX Development Kit for Java

Unfortunately, the answer did not help me, but thanks a lot!
I wonder if this forum is monitored by HP tech people...
Alex Okrainsky
New Member

Re: HP-UX Development Kit for Java

Unfortunately, the answer did not help me, but thanks a lot!
I wonder if this forum is monitored by HP tech people...

The other question I would like to ask is what version of HP JDK is correlated to JDK 1.5 and can be installed on HP-UX 11.0?

Thanks!
Alex
Pete Randall
Outstanding Contributor

Re: HP-UX Development Kit for Java

You're going to have a problem finding software for HP-UX 11.0 because it support for it ended last year:
http://www.hp.com/softwarereleases/releases-media2/history/slide2.html

As you can see from the HP java site, http://www.hp.com/products1/unix/java/ all the versions offered are for 11i (11.11, 11.23, or 11.31) and there is no mention of 11.0.


Pete

Pete
whiteknight
Honored Contributor
Solution

Re: HP-UX Development Kit for Java


Hi Alex,

You can obtain the software from HPUX 11.00 application CD March 2004 Disk#2

# Java-Jre1-1 C.01.18.06 Runtime Environment for Java
Java-Jre1-1.JAVA-JRE C.01.18.06 Runtime Environment for Java

WK
please assign points
Problem never ends, you must know how to fix it
William Pribble
Frequent Advisor

Re: HP-UX Development Kit for Java

Hi Alex,

I was looking for the same type of information you were on Java versions for 11.0. (Hence I found your thread).
but I found this java archieve site that may help you out.

http://www.hp.com/products1/unix/java/archives/index.html

I hope this is what you are looking for.

Thanks
Bill