我正在使用Eclipse(Web开发人员使用Eclipse Java EE IDE。版本:2018-09(4.9.0)Build ID:20180917-1800 OS:Linux,v.4.9.0-8-amd64,x86_64 / gtk 2.24 .31 Java版本:1.8.0_181)在Debian Linux下。
我有两个问题,我不知道它们是否相关,它们是由我这边的一些错误配置引起的还是它们是错误。过去几天,我一直在不同的搜索引擎上进行搜索,但没有找到相关信息。
当我从命令行启动Eclipse时,出现第一个问题。我收到以下错误:
[org.eclipse.text] error can't determine implemented interfaces of missing type org.eclipse.jdt.internal.core.manipulation.JavaElementLabelComposerCore [Xlint:cantFindType]
[org.eclipse.jdt.core] error can't determine implemented interfaces of missing type org.eclipse.jdt.internal.core.manipulation.JavaElementLabelComposerCore [Xlint:cantFindType]
[org.scala-ide.sdt.aspects] error can't determine implemented interfaces of missing type org.eclipse.jdt.internal.core.manipulation.JavaElementLabelComposerCore [Xlint:cantFindType]
第二个问题在编辑器中经常发生。这是问题发生之前的屏幕截图示例: 现在我将光标定位在行尾之后
System.out.println("Hello, world!");
,然后按Enter。结果,光标下方的一行或多行消失了,并且在编辑器区域中出现了伪影(例如,侧面板的部分副本),如下图所示:
请注意,缺少的行仍然存在。如果我强制重画,例如通过使用CTRL-S保存文件。
我的问题: