启动Eclipse CDT时,我会随机获得
Plug-in "org.eclipse.cdt.ui" was unable to instantiate class "org.eclipse.cdt.internal.ui.editor.CEditor".
,然后单击<< Details
org.eclipse.core.runtime.CoreException: Plug-in "org.eclipse.cdt.ui" was unable to instantiate class "org.eclipse.cdt.internal.ui.editor.CEditor".
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:194)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:186)
at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905)
...
如果我关闭Eclipse并再次打开它,则不会显示任何错误。
这是随机发生的。即,有时我启动Eclipse,并且没有错误。有时,我第二次启动它时也会出错,因此必须再次关闭并打开Eclipse。
我目前正在使用Ubuntu 16.04 LTS和Eclipse for Parallel Application Developers,版本:Kepler Release,但据我所知,以前的版本也是如此。
这可能是什么原因造成的?
有什么可能的解决方案?
就我能够使用非功能失常的Eclipse CDT而言,我还可以,但是恐怕这是即将推出的Eclipse的公告。
PS:我不确定错误是否总是相同。我将跟踪此情况,并在收集此信息后立即发布更新。