On Wed, 02 Feb 2005, Steve Loughran <[EMAIL PROTECTED]> wrote: > I am seeing that on (java1.5,suse9.2), os.arch==i386 > I think this is a change from the past, where it would be x86;
I guess it's your OS more than the Java VM. What does uname -a say? > Maybe we should look at making arch a bit more generic, like > "family" is? Works for me, if we add our knowledge about arch families on top of os.arch. I.e. both arch="i386" and arch="x86" should work on your system. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
