- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Download jdk 1.5 for 64 bits
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2009 09:18 AM
тАО06-10-2009 09:18 AM
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 !
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2009 09:27 AM
тАО06-10-2009 09:27 AM
Solutionhttp://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXJDKJRE50
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2009 09:30 AM
тАО06-10-2009 09:30 AM
Re: Download jdk 1.5 for 64 bits
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2009 09:38 AM
тАО06-10-2009 09:38 AM
Re: Download jdk 1.5 for 64 bits
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2009 09:40 AM
тАО06-10-2009 09:40 AM
Re: Download jdk 1.5 for 64 bits
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2009 10:12 AM
тАО06-10-2009 10:12 AM
Re: Download jdk 1.5 for 64 bits
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 !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2009 10:21 AM
тАО06-10-2009 10:21 AM
Re: Download jdk 1.5 for 64 bits
u could use a file on the binary,
and you will know if its 64 bit.
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2009 07:16 PM
тАО06-10-2009 07:16 PM
Re: Download jdk 1.5 for 64 bits
There is nothing to check. It will run in 64 bits only if you use the -d64 option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-11-2009 08:35 AM
тАО06-11-2009 08:35 AM
Re: Download jdk 1.5 for 64 bits
Regards.