Skip to main content

How can I tell if a JVM is 32 or 64 bits?

16 May 2013 - linux

If the running JVM is not 64 bits, the following command will report an error message:

java -d64 -version

References