How do you determine 32 or 64 bit architecture of Windows using Java?
(Only for Windows) Check if C:\Windows\SysWOW64 exists. if the directory exist, it is a 64 bit process. Else, it is a 32 bit process.