Robert Lougher wrote: > When implementing the default properties in JamVM I used uname for > os.arch (and os.name and os.version). I was aware at the time that > this gives different results on Intel when compared to Sun's JDK : > > uname will give i486, i586 or i686 > JDK will give i386 for all
Be aware that this is a very muddy area. On Windows, for example, the JDK gives "x86". There's a (rather old) website that has a list: http://www.vamphq.com/os.html Regards, Jeroen _______________________________________________ Classpath mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath

