如何解决Eclipse Neon 4.6移除org.eclipse.core.runtime.compatibility [英] How to work around Eclipse neon 4.6 removal of org.eclipse.core.runtime.compatibility

查看:111
本文介绍了如何解决Eclipse Neon 4.6移除org.eclipse.core.runtime.compatibility的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Eclipse Neon(4.6)版本删除了org.eclipse.core.runtime.compatibility,请参见 https://bugs.eclipse.org/bugs/show_bug.cgi?id=476405 提到的地方。

Eclipse Neon (4.6) release removed org.eclipse.core.runtime.compatibility, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=476405 where this was mentioned.

我们的几个插件取决于

是否有一个简单的解决方法,除了重新制作这些插件以消除此依赖关系外,这可能是

Is there an easy workaround for this, short of reworking these plugins to remove this dependency, which may be a large task?

推荐答案

org.eclipse.core.runtime.compatibility 是Eclipse 2.x的兼容性层(在OSGi之前:否 META-INF / MANIFEST.MF ,仅 plugin.xml 等)。 Eclipse 3.0是在2004年兼容层中发布的。

org.eclipse.core.runtime.compatibility is the compatibility layer for Eclipse 2.x (before OSGi: no META-INF/MANIFEST.MF, only plugin.xml, etc.). Eclipse 3.0 was released with this compatibility layer 2004.

只需删除此依赖项并查找编译错误。可能不会有任何事情,您就完成了。

Just remove this dependency and look for compile errors. Probably, there will be none and you are done.

这篇关于如何解决Eclipse Neon 4.6移除org.eclipse.core.runtime.compatibility的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆