Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/eclipse/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
';找不到org.eclipse.platform.feature.group[3.4.0,4.0.0)'_Eclipse_Plugins - Fatal编程技术网

';找不到org.eclipse.platform.feature.group[3.4.0,4.0.0)'

';找不到org.eclipse.platform.feature.group[3.4.0,4.0.0)',eclipse,plugins,Eclipse,Plugins,我正在尝试安装一个我已经安装了好几次的内部插件,但这次我遇到了以下错误: 这是否意味着它与我正在使用的新EclipseJuno不兼容 Cannot complete the install because one or more required items could not be found. Software being installed: Maven 2 Tools 2.0.1 (com.Company.engineering.maven.feature.feature.group

我正在尝试安装一个我已经安装了好几次的内部插件,但这次我遇到了以下错误:

这是否意味着它与我正在使用的新EclipseJuno不兼容

Cannot complete the install because one or more required items could not be found.
  Software being installed: Maven 2 Tools 2.0.1 (com.Company.engineering.maven.feature.feature.group 2.0.1)

  Missing requirement: Maven 2 Tools 2.0.1 (com.Company.engineering.maven.feature.feature.group 2.0.1) requires 'org.eclipse.platform.feature.group [3.4.0,4.0.0)' but it could not be found

EclipseJuno是Eclipse4.2,因此与您的插件不兼容。您可以从中尝试Eclipse3.8.1。

您的内部插件与默认的EclipseJuno发行版不兼容,该发行版构建于Eclipse4.2之上。您可以在插件中看到:(com.Company.engineering.maven.feature.feature.group)[3.4.0,4.0.0]对Eclipse平台有依赖性,这意味着您的插件将使用Eclipse3.4直到(但不包括)4.0.0

这里有两个选项:

  • 更新插件。Eclipse 3.x和4.x之间有一个兼容层,因此您可能只需要更新依赖项中的版本范围。这假设您可以访问com.Company.engineering.maven.feature.feature.group

  • >P>使用Eclipse 3.8作为您的基点。您可以从中得到这个。但是,这将是基于3。x的最后一个Eclipse版本,因此您应该考虑尽快更新。


    我的Eclipse是4.2.2,当我用链接“”更新Eclipse时,错误就消失了。

    这是说您的功能已经在org.Eclipse.platform功能上定义了一个范围。如果删除上限,您就可以在Juno上测试您的工具。