Open the Java control panel (in Windows: Start > Control Panel > Java) and select the Java tab. Press View button of the Applet Runtime Settings, and add the required parameters in the 4th column, it is editable event if it's grayed.
You have to make sure that that the parameter you supply are correct, otherwise your browser will die when it tries to open the first applet.
This can be useful to set a JVM property to resolve a compatibilty problem with graphic card like in this bug report : http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4839812.
You can force the language used in the Java console. In java control panel - java tab, you set a parameter for JRE Applet runtime.
-Duser.language=en to override the default locale in
java control panel -> java tab, you set a parameter for JRE Applet runtime.
Written and compiled by Réal Gagnon ©1998-2006
[ home ]