How-to articles, tricks, and solutions about 64-BIT
How can I tell if I'm running in 64-bit JVM or 32-bit JVM (from within a program)?
To determine whether you are running in a 64-bit JVM or a 32-bit JVM from within a Java program, you can use the sun.arch.data.model system property.