Operating System - HP-UX
1834287 Members
2579 Online
110066 Solutions
New Discussion

Re: Java SDK 1.4 on HPUX 10.20

 
allan p. faylona
Occasional Contributor

Java SDK 1.4 on HPUX 10.20

1.It is possible to run 2 different java version on HP-UX 10.20?
2.Is there a java sdk 1.4 for HP-UX 10.20. Do Is there any patch needed for the installaiton of the software.
3 REPLIES 3
John Poff
Honored Contributor

Re: Java SDK 1.4 on HPUX 10.20

Hi,

I believe you can do it. Normally the Java software installs itself into a directory in /opt based on version number. I've done it on other (11.X) systems before.

2. No. Java2 doesn't run on 10.20 because the 10.20 O/S doesn't support kernel threads. Take a look at this FAQ:

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

JP
Uday_S_Ankolekar
Honored Contributor

Re: Java SDK 1.4 on HPUX 10.20

Java information is available here in this link, you can download it for free.
You can install tow different versions of java, but make sure the path are configured correct for each version.

http://www.hp.com/products1/unix/java/?jumpid=go/java

-USA..
Good Luck..
Pete Randall
Outstanding Contributor

Re: Java SDK 1.4 on HPUX 10.20

Allan,

Yes, it's possible to run multiple versions of java. Simply install them into different directories and switch the use by altering the PATH variable.

You can download java from here (though I'm not sure you'll find anything for 10.20 anymore):

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


Pete

Pete