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

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -