TOC PREV NEXT INDEX




Supporting PersonalJava


The ICEbrowser SDK can be deployed on a PersonalJava (PJava) 1.2-compliant platform. This Java version has some limitations, such as optional scrollbar support. As a result, you may need to set the system property ice.browser.pjava to notify your application that it runs in the PJava environment and does not support scroll bars.

For example, you can run the Generic reference implementation in PJava mode as follows:

java -Dice.browser.pjava=true ice.browser.Main -w640 -h480

    http://www.icesoft.com
 


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

TOC PREV NEXT INDEX