How to change the display language of javac to English?

后端 未结 1 628
半阙折子戏
半阙折子戏 2021-02-06 07:43

I\'m using Windows 8 with Japanese language. I installed the JDK SE8, and the javac compiler messages are all in Japanese.

I tried changing the non-unicode system local

1条回答
  •  情歌与酒
    2021-02-06 07:59

    Try passing this argument: -J-Duser.language=en. See this post: Passing "-J-Duser.language" into javac through ant to ensure compilation errors are reported in the correct language

    0 讨论(0)
提交回复
热议问题