I'm writing a program in Java and iI need to determine the architecture for which Linux was compiled.
I need something like uname -muname -m, but without running any program, but instead from the /proc/proc pseduo-fs.
What is a reliable source to read from?