TOC PREV NEXT INDEX




Appendix B System Properties


Many system properties are available for configuring your application. They can be set programmatically or on the command line. Programmatically, the syntax is as follows:

System.getProperties( ).put("ice.browser.pjava", "true") ;
 

On the command line, the syntax is as follows:

java -Dice.browser.pjava=true ...
 

The Dynamic column indicates whether changing the value of the property at runtime has any effect. The possible values are:



Copyright 2005. ICEsoft Technologies, Inc.
http://www.icesoft.com

TOC PREV NEXT INDEX