Mohsen Saboorian wrote: > Hi, >> Why are these system properties absent in GCJ? >> - user.country > - java.runtime.name Probably because they don't have to be present. See http://java.sun.com/j2se/1.5.0/docs/api/java/lang/System.html#getProperties()... Marco