有没有人有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推荐)
Thanx求助:)
答案 0 :(得分:0)
org.eclipse.jdt.feature.group
是Eclipse的Java开发工具特性。
此错误告诉您功能版本必须至少为3.6.0且小于3.7.0。
换句话说,这个插件只适用于Eclipse 3.6(很老)。