Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Eclipse RCP 项目中定义依赖项的所有可能性列表是否存在?也许被资源过滤?
可能的依赖:
MANIFEST.MF如您所说,您可以在定义依赖项中使用以下指令
MANIFEST.MF
Require-Bundle
Import-Package
Bundle-Classpath
另外,当你创建一个 时Fragment,它Fragment-Host当然必须定义它的 ,这在某种意义上也是一个依赖
Fragment
Fragment-Host
在 RCP 项目中,您可以设置Features,并且您可以在这些功能中为您的 RCP 应用程序指定捆绑包的依赖项