Possible Duplicate:
installed jvm is 64 bit or 32 bit
How do I check which bit version of java is installed on my linux machine? When I type:
java -version
I get:
java version "1.6.0_16" Java(TM) SE Runtime Environment (build 1.6.0_16-b01) Java HotSpot(TM) Server VM (build 14.2-b01, mixed mode)
but is that 32bit or 64bit?