Java OS is 64 Bit is64bitPlatform()

Here you can find the source of is64bitPlatform()

Description

isbit Platform

License

LGPL

Declaration

public static boolean is64bitPlatform() 

Method Source Code

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

public class Main {
    public static boolean is64bitPlatform() {
        return System.getProperty("os.arch").indexOf("64") >= 0; // should be enough in most cases
    }//from w  w w. j  a va  2  s .  com
}

Related

  1. is64BitArchitecture()
  2. is64BitOs()
  3. is64BitOS()
  4. is64bitOS()
  5. is64BitOs()
  6. is64Bits()
  7. is64Bits()
  8. is64BitVM()
  9. is64BitVM()