In order to download a Java IDE, I am trying to determine whether my
Ubuntu system supports 64-bit processing.

I tried
$uname -r
and got
2.6.28-19-generic

Then I tried
$getconf -a | grep BIT
and got (among other things)
CHAR_BIT                           8
LONG_BIT                           32
WORD_BIT                           32

FILESIZEBITS                       64

Does any of the above output answer my question? If not, should I try
something else?

-- 
You received this message because you are subscribed to the Linux Users Group.
To post a message, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit our group at 
http://groups.google.com/group/linuxusersgroup

Reply via email to