is 64 bit JVM installed ok for solaris x86

T

TsanChung

How to check that the 64 bit JVM is installed ok for solaris x86?
$ java -version
java version "1.6.0_07"
Java(TM) SE Runtime Environment (build 1.6.0_07-b06)
Java HotSpot(TM) Server VM (build 10.0-b23, mixed mode)

# uname -a
SunOS 5.10 Generic_120012-14 i86pc i386 i86pc
 
M

Marcelo Morales

How to check that the 64 bit JVM is installed ok for solaris x86?
$ java -version
java version "1.6.0_07"
Java(TM) SE Runtime Environment (build 1.6.0_07-b06)
Java HotSpot(TM) Server VM (build 10.0-b23, mixed mode)

# uname -a
SunOS 5.10 Generic_120012-14 i86pc i386 i86pc

My workstation:

$ java -d64 -version
java version "1.6.0_06"
Java(TM) Platform, Standard Edition for Business (build 1.6.0_06-b02)
Java HotSpot(TM) 64-Bit Server VM (build 10.0-b22, mixed mode)

$ java -d32 -version
java version "1.6.0_06"
Java(TM) Platform, Standard Edition for Business (build 1.6.0_06-b02)
Java HotSpot(TM) Server VM (build 10.0-b22, mixed mode)

$ uname -a
SunOS artemisa 5.11 snv_91 i86pc i386 i86pc

Marcelo Morales
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,565
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top