How to know if Java is running in 32 or 64 bits?

Asked

Viewed 6,653 times

10

Is there a command for me to use where to return if my java is 32 or 64 bits, in the Java language?

Something like System.getProperty("java.version");

Something that is like that only return me if Java is 32 or 64 bits.

  • Take a look at [tour]. You can accept an answer if it solved your problem. You can vote on every post on the site as well. Did any help you more? You need something to be improved?

1 answer

11

Browser other questions tagged

You are not signed in. Login or sign up in order to post.