Operating System - HP-UX
1752655 Members
5318 Online
108788 Solutions
New Discussion юеВ

Download jdk 1.5 for 64 bits

 
SOLVED
Go to solution
Ivan Azuara
Regular Advisor

Download jdk 1.5 for 64 bits

Hi

Where can download the java 1.5 for 64 bits ??. I'm looking that this version have the binaries compiled to 64 bits, because i'm doing some probes with Bea Weblogic 9.2, and have some problems of memory consumption on hpux 11.11/64 bits.

Regards !
"Enjoy the life .."
8 REPLIES 8
James R. Ferguson
Acclaimed Contributor
Solution

Re: Download jdk 1.5 for 64 bits

Michal Kapalka (mikap)
Honored Contributor

Re: Download jdk 1.5 for 64 bits

hi.

check this link :

HP-UX 11.11 patches required for Java├в ┬в 5.0 (Java├в ┬в 1.5)

http://h18012.www1.hp.com/java/patches/g-11.11-5.0-1111.0000.html

Download page :

http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXJDKJRE50

mikap
Steven E. Protter
Exalted Contributor

Re: Download jdk 1.5 for 64 bits

Shalom,

http://www.hp.com/go/java

HP provides the binaries. I believe they re compiled 32 bit and 64 bit for 11.11 which actually runs in both modes.

To be certain you will need to read the notes on the website above.

May even need to use the which and what command on the binaries.

If you have memory consumption problems, it might be a leak.

Try my memory leak tool:
http://www.hpux.ws/?p=8
Wrote that one myself. Very proud of it.

SEP

Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Steven E. Protter
Exalted Contributor

Re: Download jdk 1.5 for 64 bits

Forgot to say:

java is world famous for massive memory consumption.

Leak will be shown over time where resident memory use goes up and does not go down.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Ivan Azuara
Regular Advisor

Re: Download jdk 1.5 for 64 bits

Ok my friends, then if the website that you recommend,specify the next:

Key features of JDK/JRE 5.0.x are:

* 32-bit and 64-bit Hotspot 5.0 Virtual Machine Web browsers
* HP Technology enhancements to enable greater performance
* New JVM monitoring and management API
* New Java├в ┬в Language updates
* Supports:
o HP PA-RISC:
+ HP-UX 11i v1 (11.11)
+ HP-UX 11i v2 (11.23)
+ HP-UX 11i v3 (11.31)
o HP Itanium├В┬о:
+ HP-UX 11i v2 (11.23)
+ HP-UX 11i v3 (11.31)

then when i download the jdk 1.5 for hpux 11.11, automatically i have a version with both binaries (32 bits or 64 bits), that depends by the kind of processes that i specify in my monitor probe, correct ??.

How can i check if the jvm really is running to 64 bits after made the installation ?.

Thank's in advance !!
"Enjoy the life .."
Michal Kapalka (mikap)
Honored Contributor

Re: Download jdk 1.5 for 64 bits

hi,

u could use a file on the binary,

and you will know if its 64 bit.

mikap
Dennis Handly
Acclaimed Contributor

Re: Download jdk 1.5 for 64 bits

>How can I check if the jvm really is running to 64 bits after made the installation?

There is nothing to check. It will run in 64 bits only if you use the -d64 option.
Ivan Azuara
Regular Advisor

Re: Download jdk 1.5 for 64 bits

Thank you for your help. Good script Steven. I think that the principal purpose of this script is show what are the principal processes that are running on the system and how is using the real memory, correct ??

Regards.
"Enjoy the life .."