Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java getProperties

The command:

System.getProperties().list(System.out);

returns the following:

sun.cpu.isalist=amd64

I can't understand why it's amd64. I have Lenovo with Intel 3i, Win7 (where the code was tested) and Ubuntu. Where is the trick?

Thanks

like image 845
user1057761 Avatar asked Jun 27 '26 07:06

user1057761


1 Answers

All Intel x64 systems use the Amd64 instruction set under license. In terms of instruction set, its an Amd64.

like image 169
Peter Lawrey Avatar answered Jun 29 '26 20:06

Peter Lawrey



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!