作为一名开发人员,我在 Eclipse indigo 3.7 上创建了一个插件项目,其中包含向导的标准模板“Plugin with a view”。我通过标准导出向导将插件项目导出到 jar 文件。然后我想在 Aptana studio 3(Windows 平台)上测试它,所以我把它放在 dropins 文件夹中。午餐后 Aptana studio 3 我希望在 Windows > Show view -> Other> Simple 类别中找到插件的视图,但我找不到 Simple 类别。我对插件文件夹中的 jar 文件进行了相同的测试,结果相同。通过以下配置,我可以找到插件的视图:
Eclipse Indigo 3.7 ( on Windows platform)
Eclipse Indigo 3.7 with aptana plugin (on Windows platform)
Eclipse indigo 3.7 (on Ubuntu 12.04)
Eclipse Indigo 3.7 with aptana plugin (on Ubuntu 12.04)
Aptana studio 3 ( on Ubuntu 12.04)
仅使用 Aptana studio 3(在 Windows 上)我找不到插件。有人可以帮助我吗?