RSS Links

 

Here are all of the RSS links for sections of this site

VB.NET/ASP.NET
 Java
 Unix/Linux
 Windows
 SQL Server

Home arrow Java arrow List of java System properties
List of java System properties PDF Print E-mail
Friday, 21 November 2008

Use the System.getProperty("propertyname") to get the following

The valid properties for use in "propertyname" above are

Property nameDescription
   
Operating system properties 
file.separatorThis is the file separator e.g. /
line.separator Operating system line separator e.g LF
os.arch Operating system architecture
os.name Operating system name
path.separator Operating system path separator e.g. /
   
JVM properties  
java.class.path Java classpath
java.class.version Java class version number
java.home Java installation directory
java.vendor Java vendor string
java.vendor.url Java vendor url
java.version Java version number
  
User properties 
user.dir Users current working directory
user.home Users home directory
user.name Users account name

 

Last Updated ( Wednesday, 31 December 2008 )
 
< Prev   Next >
 
Designed by Graham Robinson Software