简体   繁体   English

Eclipse - 安装带有依赖项的插件

[英]Eclipse - Installing plugin with dependencies

I'm trying to install web tools platform for eclipse. 我正在尝试为eclipse安装web工具平台。

But alas I'm getting a big long list of unsatisfied dependencies. 但是唉,我得到了很多不满意的依赖项。

I am now running Ganymede, but remember in an older eclipse installation there was an button marked 'Select Required' which would basically download and deal with the dependencies automatically. 我现在正在运行Ganymede,但请记住在较旧的eclipse安装中有一个标记为“Select Required”的按钮,它基本上会自动下载并处理依赖项。 What happened to that button? 那个按钮怎么了? Anyone know? 谁知道? Now there is just a button marked 'Install' which when pushed calculates the requirements and dependencies and then tells me the items are not valid with the current installation. 现在只有一个标记为“Install”的按钮,当按下时会计算需求和依赖关系,然后告诉我这些项目对当前安装无效。 Do I now have to deal with the dependencies myself? 我现在必须自己处理依赖项吗? Any help much appreciated. 任何帮助非常感谢。

The dependencies are automatically managed through metadata included with features. 依赖关系通过功能中包含的元数据自动管理。 The error you're getting indicates, that you're trying to install features that requires higher version of some core features already present in your Eclipse installation - while Eclipse is very modular and even multiple versions of same feature can coexist in one installation, this does not apply to number of core features. 您得到的错误表明,您正在尝试安装需要更高版本的Eclipse安装中已存在的某些核心功能的功能 - 而Eclipse非常模块化,甚至同一功能的多个版本可以在一个安装中共存,不适用于核心功能的数量。

My guess is you're trying to install WTP for the Galileo release into Ganymede. 我的猜测是你正试图为Gilemede的Galileo版本安装WTP。 Or you've just used your Eclipse installation for too long and installed too many features already - this happens from time to time. 或者您刚刚使用Eclipse安装太长时间并且已经安装了太多功能 - 这种情况时有发生。 Your best chance is to download the new Galileo release. 您最好的机会是下载新的Galileo版本。

BTW.: most parts of WTP are already installed in many (all?) Ganymede distributions, the 3.4 update manager just does not clearly indicate that the feature is alredy installed 顺便说一句:WTP的大多数部分已经安装在许多(全部?)Ganymede发行版中,3.4更新管理器只是没有清楚地表明该功能已经安装了alredy

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM