- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 32bits or 64bits ?
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
Forums
Discussions
Discussions
Discussions
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
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
08-19-2003 05:19 AM
08-19-2003 05:19 AM
How to know if a running program is built in a 32 or in a 64 bits mode (my JVM) ?
Thanx.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 05:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 05:29 AM
08-19-2003 05:29 AM
Re: 32bits or 64bits ?
# file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 05:30 AM
08-19-2003 05:30 AM
Re: 32bits or 64bits ?
file /jdk131/bin/java
/jdk131/bin/java: commands text
?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 05:35 AM
08-19-2003 05:35 AM
Re: 32bits or 64bits ?
If the 'file' command returns 'commands text', then it is a shell script (or config file) and not a compiled program. A shell script is readable, and you could determine if it it checks for 32 or 64 bit before running a(probable) binary.
Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 05:37 AM
08-19-2003 05:37 AM
Re: 32bits or 64bits ?
for example, you should find a 'prog=$JAVA_HOME/bin/PA_RISC/${THREADS_TYPE}/${progname}' statement.
Try to check the $program
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 05:48 AM
08-19-2003 05:48 AM
Re: 32bits or 64bits ?
So I tried :
file /jdk131/bin/PA_RISC2.0/native_threads/java
and the answer :
/jdk131/bin/PA_RISC2.0/native_threads/java: PA-RISC2.0 executable dynamically linked -not stripped
What does that mean (32 or 64bits) ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 05:52 AM
08-19-2003 05:52 AM
Re: 32bits or 64bits ?
To be 64bit it must say;
ELF-64 executable object file - PA-RISC 2.0 (LP64)
(ie. its got to say ELF-64 as well as PA-RISC 2.0)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 06:00 AM
08-19-2003 06:00 AM
Re: 32bits or 64bits ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 06:13 AM
08-19-2003 06:13 AM
Re: 32bits or 64bits ?
Do you know where download JDK 1.3.1 for HP-UX 11i (64bits) ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 06:15 AM
08-19-2003 06:15 AM
Re: 32bits or 64bits ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 06:17 AM
08-19-2003 06:17 AM
Re: 32bits or 64bits ?
http://www.hp.com/products1/unix/java/java2/sdkrte1_3/index.html
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 06:25 AM
08-19-2003 06:25 AM
Re: 32bits or 64bits ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 07:33 AM
08-19-2003 07:33 AM
Re: 32bits or 64bits ?
Thanx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 01:54 AM
08-20-2003 01:54 AM
Re: 32bits or 64bits ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2003 02:29 PM
08-21-2003 02:29 PM
Re: 32bits or 64bits ?
Look in /opt/java1.4/bin/PA_RISC2.0W/java and
/opt/java1.4/jre/bin/PA_RISC2.0W/java for the 64-bit executeables.