You can find JVM bit size e.g. 32 bit or 64 bit by using either running java command from command prompt or by using System.getProperty() from Java program. Question is why do you want to know hardware or platform configuration while writing Java code which is supposed to write once and read anywhere(32 bit, 64 bit etc)? Yes we don't really need to know whether JVM is 32 bit or 64 bit more often but there are many situation when this matters
Check if JVM is 32 or 64 bit from Java program:
Read more »
Minggu, 22 Januari 2012
core java
0 Response to "How to find if JVM is 32 or 64 bit from Java program."
Posting Komentar