Which Java binary should I install on my Linux server?
- by Richards
How can I find out which Java binary I should install on my Linux server?
In Java download page I see: Linux x64 - Self Extracting Installer and Linux x86 - Self Extracting Installer.
Running uname -a I get: Linux 2.6.26-2-amd64 #1 SMP Wed Aug 19 22:33:18 UTC 2009 x86_64 GNU/Linux
But the result confuses me, it has both numbers 64 and 86 in it so I still don't know which binary should I take. Could you help me out?