Operating System - Linux
1751788 Members
5332 Online
108781 Solutions
New Discussion юеВ

Re: JRE 1.4 on HP-UX11iv1

 
SOLVED
Go to solution
David Islas Gonz├бlez_1
Frequent Advisor

JRE 1.4 on HP-UX11iv1

Hi, does anybody know if jre1.4 runs on 64bit or in 32bit?? I haven't found a document for this.

Thanks
4 REPLIES 4
Arunvijai_4
Honored Contributor
Solution

Re: JRE 1.4 on HP-UX11iv1

Hi David,

It depends on which VM you chosse to run. You will have both 32 bit and 64 bit binaries in Java 1.4. Take a look at /opt/java1.4/bin directory

# /opt/java1.4/bin/PA_RISC #file java
java: PA-RISC1.1 shared executable dynamically linked -not stripped

# /opt/java1.4/bin/PA_RISC2.0W #file java
java: ELF-64 executable object file - PA-RISC 2.0 (LP64)

You can call which VM you want to run .

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Robert-Jan Goossens_1
Honored Contributor

Re: JRE 1.4 on HP-UX11iv1

spex
Honored Contributor

Re: JRE 1.4 on HP-UX11iv1

Hi,

Both 32- and 64-bit PA architectures are supported.

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

PCS
David Islas Gonz├бlez_1
Frequent Advisor

Re: JRE 1.4 on HP-UX11iv1

Thanks your comments were very useful!!