The system-property Element"

From Documentation
m
m
Line 14: Line 14:
 
  System.setProperty("any name", "any value");
 
  System.setProperty("any name", "any value");
 
</source>
 
</source>
 +
 +
==Version History==
  
 
{{ZKConfigurationReferencePageFooter}}
 
{{ZKConfigurationReferencePageFooter}}

Revision as of 08:15, 13 July 2010


The system-property Element



<system-property>
	<name>''any name''</name>
	<value>''any value''</value>
</system-property>

Specifies a system properties with the system-property element. The above example is equivalent to

 System.setProperty("any name", "any value");

Version History


Last Update : 2010/07/13

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.