Image:stop.png This documentation is for an older version of ZK. For the latest documentationplease click here .

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