我已经安装了Eclipse RCP Plug-in Developer Resources,但它似乎没有包含Common Navigator的Source。还有其他我应该安装的东西吗?
答案 0 :(得分:0)
这应该在Eclipse Platform SDK
安装以及所有其他核心Eclipse源代码中。
安装完成后,您可以转到Preferences / Plug-in Development
并查看Include all plug-ins from target in Java search
选项。这将允许Open Type...
对话框在Eclipse源代码中搜索类。这假设您的target platform
是Eclipse代码。