![]()
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:
- No - has no effect at runtime
- Yes - always has effect at runtime
- new <class> - a new instance of the class must be created to see the effect at runtime
- N/A - not applicable
- Refresh - the browser must be forced to refresh its layout, for example by calling Pilot.refresh( ), to see the effect at runtime
|
Copyright 2005. ICEsoft Technologies, Inc. http://www.icesoft.com |