Java JVM is 64 Bit is64Bit()

Here you can find the source of is64Bit()

Description

is Bit

License

Open Source License

Declaration

public static boolean is64Bit() 

Method Source Code

//package com.java2s;
//License from project: Open Source License 

public class Main {
    static String osArch = System.getProperty("os.arch");

    public static boolean is64Bit() {
        return osArch.contains("64");
    }//w  ww.  j  a  v  a  2 s .com
}

Related

  1. is64Bit()
  2. is64Bit()
  3. is64Bit()
  4. is64Bit()
  5. is64Bit()
  6. is64Bit()
  7. is64Bit()
  8. is64BitJavaOnMac()
  9. is64BitJavaOnMac()