If a system property cannot be read due to security restrictions,
the corresponding field in this class will be set to null
and a message will be written to System.err.
author: Based on code from Avalon Excalibur author: Based on code from Lucene author: Stephen Colebourne author: Steve Downey author: Gary Gregory author: Michael Becke author: Tetsuya Kaneuchi author: Rafal Krupinski author: Jason Gritman since: 1.0 version: $Id: SystemUtils.java 437554 2006-08-28 06:21:41Z bayard $
The user.country or user.region System Property.
User's country code, such as GB. First in JDK version 1.2 as
user.region. Renamed to user.country in 1.4
Defaults to null if the runtime does not have
security access to read this property or the property does not exist.
a directory throws: SecurityException - if a security manager exists and its checkPropertyAccess method doesn't allowaccess to the specified system property. See Also:System.getProperty(String) since: 2.1
a directory throws: SecurityException - if a security manager exists and its checkPropertyAccess method doesn't allowaccess to the specified system property. See Also:System.getProperty(String) since: 2.1
a directory throws: SecurityException - if a security manager exists and its checkPropertyAccess method doesn't allowaccess to the specified system property. See Also:System.getProperty(String) since: 2.1
a directory throws: SecurityException - if a security manager exists and its checkPropertyAccess method doesn't allowaccess to the specified system property. See Also:System.getProperty(String) since: 2.1