Code & Examples, Tutorials for Software Developers
Java Control Panel / Java / Java Runtime Settings / View / User / Runtime Parameters -Dfile.encoding=UTF-8 set JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8 Java Console still prints out file.encoding = MS949
file.encoding = MS949
Environment Variables
jconsole -J-Dfile.encoding=UTF-8
JAVA_OPTS
set JAVA_OPTS=-Dfile.encoding=UTF-8 %JAVA_OPTS%
Post a Comment
Environment Variables
may be? – R.J Mar 21 '13 at 7:28