Sun has a Java System property that determines how many bits the JVM is, which is usually 32 or 64.
sun.arch.data.model=32 // 32 bit JVM
sun.arch.data.model=64 // 64 bit JVM
System.getProperty ("sun.arch.data.model").
© 2024 OneMinuteCode. All rights reserved.