Java OS is 64 Bit is64BitOs()

Here you can find the source of is64BitOs()

Description

is Bit Os

License

Apache License

Declaration

public static boolean is64BitOs() 

Method Source Code

//package com.java2s;
//License from project: Apache License 

public class Main {

    public static boolean is64BitOs() {
        return System.getProperty("java.vm.name").indexOf("64") >= 0;
    }/* www  . j av  a 2 s  . c  om*/
}

Related

  1. is64()
  2. is64Bit(String arch)
  3. is64BitArchitecture()
  4. is64BitOS()
  5. is64BitOs()
  6. is64bitOS()
  7. is64bitPlatform()
  8. is64Bits()
  9. is64Bits()