从eclipse中运行我的RCP时,我得到了很多丢失的包。
但是,当我去“配置构建路径”时,我发现这些依赖关系就在那里!!
缺少某些要求,例如
!MESSAGE Missing required bundle org.eclipse.ui.cheatsheets.source_3.4.100.
!MESSAGE Missing required bundle org.eclipse.ui.console.source_3.5.100.
!MESSAGE Missing required bundle org.eclipse.ui.editors.source_3.7.0.
虽然它们是在插件的构建路径中找到的...我错过了什么吗?
答案 0 :(得分:0)
插件列在您的MANIFEST.MF中?
你有一个正确列出插件的launch-config?
在launch-config中,在“插件”选项卡上,设置“使用所有工作区启动并启用目标插件”。
这应该有效。