Oracle CEP Tools Eclipse plugin - 缺少需求



有人有使用Eclipse的"Oracle CEP工具"插件的经验吗?我尝试安装它,但由于缺少一些要求而出现错误(见下文)。有人可以帮助我吗?感谢

Cannot complete the install because one or more required items could not be found.
Software being installed: Oracle CEP Tools 11.1.1.20111115-1500 
(com.bea.wlevs.eclipse.tools.feature.feature.group 11.1.1.20111115-1500)
Missing requirement: Oracle CEP Tools 11.1.1.20111115-1500 
(com.bea.wlevs.eclipse.tools.feature.feature.group 11.1.1.20111115-1500) requires 'org.eclipse.jdt.feature.group [3.6.0,3.7.0)' 
but it could not be found

这个jdt.feature.group是什么?我在哪里可以找到它??我正在使用Eclipse Indigo(由Oracle推荐)

感谢帮助:)

org.eclipse.jdt.feature.group是Eclipse的Java开发工具功能。

此错误告诉您功能版本必须至少为 3.6.0 且小于 3.7.0。

换句话说,这个插件仅适用于Eclipse 3.6(非常旧)。

最新更新