applet - How to set JVM option on Windows Java Plugin -
On Windows I tried the following two but nothing worked.
Set Java Control Panel / Java / Java Runtime Settings / View / User / Runtime Parameters -Dfile.encoding = UTF-8
JAVA_TOOL_OPTIONS = -Dfile.encoding = >
Maybe you choose a global JVM option:
You can add
JAVA_OPTS to the window environment try.
Set JAVA_OPTS = -Dile.encoding = UTF-8% JAVA_OPTS%
Comments
Post a Comment