How can I tell if I'm running in 64-bit JVM or 32-bit JVM?

Posted by BobMcGee on Stack Overflow See other posts from Stack Overflow or by BobMcGee
Published on 2010-01-14T03:38:29Z Indexed on 2010/04/09 4:43 UTC
Read the original article Hit count: 264

Filed under:
|

How can I tell if the JVM my application runs in is 32 bit or 64-bit? Specifically, what function or preference do I access to detect this within the program?

© Stack Overflow or respective owner

Related posts about java

Related posts about jvm