Java: How to change the language of java.util.logging to English? -


i have java.util.logging print output file. works fine. however, messages contain chinese characters correspond log level , time messages logged.

how can make print english instead of chinese characters ?

this current messages like

11月 08, 2016 8:28:03 下午 mysamples.testing.testingfile errorfunction 資訊: exception: 123 

start application passing language on command-line override current default language of os.

java -duser.language=en myapplication 

Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - IE9 error '$'is not defined -