【发布时间】:2018-11-06 09:22:32
【问题描述】:
Inavlid Character error in eclipse on docker
我已经使用类似的文件创建了一个容器 https://github.com/batmat/docker-eclipse/blob/master/Dockerfile 在安装在 Windows 7 上的 docker 上。我确实需要先在 dockerfile 中更改设置区域设置。我尝试了 en_US.UTF8 和 en_IN.UTF8。
当我启动容器时,我可以在 xming 中成功打开 eclipse,但是 eclipse 在双引号上给出了无效字符错误。(可能在其他一些字符上)
我还需要做其他更改/设置吗?
【问题讨论】:
标签: windows eclipse docker x11 xming