How to find whether installed JDK is 32 bit or 64 bit in Windows
843798Jul 4 2010 — edited Jul 5 2010This is what i get in cmd prompt for java -version
java version "1.6.0_15"
Java(TM) SE Runtime Environment (build 1.6.0_15-b03)
Java HotSpot(TM) 64-Bit Server VM (build 14.1-b02, mixed mode)
Does this mean its 64 bit? Just wanted to ensure.
Am using Windows 7 64 bit.
Also is there any other usual approach to find out the same. Thanks in advance.