Error: Unable to access jarfile. Encoding issue

后端 未结 1 1977
长发绾君心
长发绾君心 2021-01-22 15:12

The problem seems trivial, but could not find a solution so far.

C:\\Users\\User>\"C:\\Program Files\\Java\\jdk1.8.0_112\\bin\\java\" -jar \"D:\\Valya\\Учёба\         


        
相关标签:
1条回答
  • 2021-01-22 15:36

    Firstly, -Dfile.encoding=UTF8 has nothing to do with filenames, but has something with filecontents.

    And the sweet part.

    1. Open start menu, type to find "Region & language settings".
    2. Go to Related settings.

    3. Then click on Change location...

    4. And set the proper country

    So, it finally works, but I hope someone provides details on this.

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