每次我 start/restart Eclipse 都会将文本文件编码更改为其他:UTF-8 而不是默认 (Cp1252)

Every time I start/restart Eclipse it changes the Text File Encoding to Other: UTF-8 instead of the Default (Cp1252)

所以我一直在阅读并尝试我在网上找到的所有选项,但都没有成功。问题:每次我 start/restart 我的 Eclipse (Neon 4.6.2) 编码都设置回 Other: UTF-8 (我希望它是 默认 Cp1252)。 Screenshot.

我已将 eclipse.ini 中的编码设置为 -Dfile.encoding=Cp1252。还尝试了 -Dclient.encoding.override=Cp1252 选项。 没有帮助。还要在 eclipse->Window->Preferences 中将所有其他可能的编码设置为 Cp1252。没有成功。信息: OS Windows 10, Java JDK1.8.0_112

有人有什么想法吗?我读到编码会受到我的 JVM 编码的影响?我这里真是一头雾水

我通过在 Ooomp -> 设置任务首选项页面中启用选项 "Skip automatic task execution at startup time" 来修复它。