经过配置eclipse3.7 rcp自动更新后,在点击时报““the update checker service is not initialized”的错误,在网上查相关资料,在一篇国外文档上查到了一个挺....的解决方式
在产品配置页面(produce configuration)将org.eclipse.core.runtime的启动级别定义为Level 4,org.eclipse.equinox.ds 的启动级别定义为Level 2。
另外一点是新引进的依赖于 org.eclipse.ui.ide(dependency)的替代org.eclipse.compare的bundle org.eclipse.equinox.p2.ui.sdk,如果你仅仅是想使用RCP自定义更新,那么有个小秘诀:
1、导入org.eclipse.equinox.p2.ui.sdk到你的eclipse IDE中。
2、删除依赖项org.eclipse.compare
3、删除class RevertProfilePageWithCompare(这个我没有找到)
4、替换org.eclipse.equinox.p2.ui.sdk到你的目标平台。