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.
我需要使用 ManagedBuildManager 但我的 Eclipse 没有看到它。它的导入声明是什么?
我自己解决了这个问题。我需要获取包含 ManagedBuildManager 的库。
你必须添加
org.eclipse.cdt.managedbuilder.core, org.eclipse.cdt.core
到 MANIFEST.MF,Require-Bundle 部分。在 plugin.xml 和 MANIFEST.MF 的 Eclipse UI 编辑器中,可以在“依赖项”选项卡的“必需插件”部分中找到此设置。