The system-property Element

From Documentation
Revision as of 02:53, 9 July 2010 by Maya001122 (talk | contribs)


<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");