IntelliJ IDEA console issue

后端 未结 3 2031
日久生厌
日久生厌 2020-12-17 15:53

My laptop suffered a hard drive failure and i had to re-install IntelliJ and windows on a new hard drive. In my old drive i was able to print (system.out.println) foreign la

3条回答
  •  春和景丽
    2020-12-17 16:35

    For x64 version of the Executable, you have to find the file idea64.exe.vmoptions instead, and add the line -Dfile.encoding=UTF-8 as others mentioned.

提交回复
热议问题