|
You could always exec to some shell/os command and parse it.
But I know of no way to tell if you are running on a 64 bit processor that happens to be running a 32 bit OS. And these days, it is safe to assume that most 64 bit AMD/Intel processors are running a 32 bit OS.
More importantly, isn't the point of Java to make hardware implementation details unimportant?
|