The system-property Element"
From Documentation
Maya001122 (talk | contribs) m |
m (correct highlight (via JWB)) |
||
Line 9: | Line 9: | ||
</source> | </source> | ||
− | Specifies a system properties with the < | + | Specifies a system properties with the <code>system-property</code> element. The above example is equivalent to |
<source lang="java" > | <source lang="java" > |
Latest revision as of 10:34, 19 January 2022
<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
Version | Date | Content |
---|---|---|