Java JVM is 64 Bit is64Bit()

Here you can find the source of is64Bit()

Description

is Bit

License

LGPL

Declaration

public static boolean is64Bit() 

Method Source Code

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

public class Main {
    public static boolean is64Bit() {
        return System.getProperty("sun.arch.data.model").contains("64");
    }/*  ww  w  .  j a va 2  s .c  o  m*/
}

Related

  1. is64Bit()
  2. is64Bit()
  3. is64Bit()
  4. is64Bit()
  5. is64Bit()