Snippets tagged “bitness”
1 snippet uses this tag.
- How can I tell if I'm running in 64-bit JVM or 32-bit JVM (from within a program)?Java
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.