Package io.github.jbellis.jvector.util
Class Constants
java.lang.Object
io.github.jbellis.jvector.util.Constants
Some useful constants.
-
Field Details
-
OS_NAME
The value ofSystem.getProperty("os.name"). * -
OS_ARCH
The value ofSystem.getProperty("os.arch"). -
JRE_IS_64BIT
public static final boolean JRE_IS_64BITTrue iff running on a 64bit JVM
-