How can you tell 32bit or 64bit?
Hi,
This is going to sound simple enough. But how can you tell if I am using 64bit or 32bit JDK?
For example, when I issue, java -version, I am getting the following
java version "1.5.0_05"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05-b05)
Java HotSpot(TM) Client VM (build 1.5.0_05-b05, mixed mode)
If this JDK was 64bit would I be seeing something different?
Thanks in advance,
Mustafa

