English 中文(简体)
eclipse 3.5.1 (Galileo) with ubuntu 9.10 (Karmic) Busted! 不能安装马文2粉gin! (Or any other plugin)
原标题:eclipse 3.5.1 (Galileo) with ubuntu 9.10 (Karmic) busted! Can not install maven2 plugin! (Or any other plugin)

在网上,我看到许多障碍,涉及可以施压的固定纽扣吨,以及与近似的网络问题。 这对我来说似乎是一个不同的问题,涉及利用危险。 0.0.0.0. ma2或其他gin子需要平衡。

设置:

Eclipse 3.5.1 (Galileo) installed with apt-get. Ubuntu 9.10 (Karmic Koala) (This is running as a VM, not that is should matter.)

General problem description: Maven2 eclipse plugin installation fails.

Specifically, I can not install maven2 plugin from the eclipse installation flow using this target site: http://m2eclipse.sonatype.org/sites/m2e/

maven站点被发现,安装开始,然后退回这一错误:

Cannot complete the install because one or more required items could not be found. Software being installed: Maven Integration for Eclipse (Required) 0.10.0.20100209-0800 (org.maven.ide.eclipse.feature.feature.group 0.10.0.20100209-0800) Missing requirement: Maven Integration for Eclipse (Required) 0.10.0.20100209-0800 (org .maven.ide.eclipse.feature.feature.group 0.10.0.20100209-0800) requires org.eclipse.jem. util 0.0.0 but it could not be found

乌班图官方文件要求放弃3.5.1支持,建议使用“协作一揽子计划”管理人,而没有任何问题。

是否有人对此有任何了解?

问题回答

我设法安装了这个网站,但需要确保你不仅能够证实Mm2eclipse站点,而且能验证伽利略或Helios的更新网站。

然后,P2机制将下载你所有的附属设施(Wst, emf, gef, ......),使Pascal swers所描述的篡改。

http://img401.imageshack.us/img401/331/eclipsem2install.png”rel=“nofollow noreferrer”>alt text http://img401.imageshack.us/img401/331/eclipsem2install.png

OK——因此,我要采取下列步骤:

From Eclipse Menu > Hep > Install New Software > Work With... Add the following site: Galileo - http://download.eclipse.org/releases/galileo

现在安装如下(如果没有):

Eclipse Java EE Developer Tools
Eclipse Platform
Eclipse Web Developer Tools
Eclipse XML Editors and Tools
Eclipse XSL Developer Tools
JavaScript Developer Tools
Rich Ajax Platform SDK

一旦这样做,我就能够通过同一程序成功安装Maven。

I was mainly just fooling around to see if it would work or not. Some of the above may be redundant or not needed by everyone.

Maybe Pascal s answer is more direct and straightforward. Anyway, it is working now.

感谢!

解决这一问题的最容易的方法是利用ap包管理人安装马文2 <> <>之前> 。 因此,步骤是:

(1) 系统与软件;

(2) eclipse->help->install newchemical: use http://m2eclipse.sonatype.org/sites/m2e 并遵循安装指示。

一般来说,在处理 Java工具时,最好用人工安装这些工具,而不是依靠六氯环己烷包装机制。 Java的申请通常有自己的依赖机制,这些机制的工作更好/更妥善地维持,我发现,通过不混杂这两种办法,les子少。

问题在于诺梅·亚普森的改动,这些变化使某些西WT的植被无法得到展示活动。 在Eclipse 3.6代码中确定,对于旧版本,只有固定的环境变量GDK_ NATIVE_WINDOWS=true.





相关问题
In Eclipse, why doesn t "Show In" appear for non-Java files?

If I have a *java file open, I can right click on the source, scroll down to "Show In (Alt-Shift-W)", and select Navigator. If I have an *xml, *jsp, or pretty much anything besides a Java source ...

Eclipse: Hover broken in debug perspective

Since upgrading Eclipse (Galileo build 20090920-1017), hover in debug no longer displays a variable s value. Instead, hover behaves as if I were in normal Java perspective: alt text http://...

Eclipse smart quotes - like in Textmate

Happy Friday — Does anyone know if eclipse has the notion of smart quotes like Textmate. The way it works is to select some words and quote them by simply hitting the " key? I m a newbie here so be ...

Indentation guide for the eclipse editor

Is there a setting or plugin for eclipse that can show indentation guides in the editor? Something like the Codekana plugin for visual studio (not so fancy is also OK). Important that it works with ...

Adding jar from Eclipse plugin runtime tab

I want to add .jar files for plugin from the Runtime tab of manifest file. When I use the Add... button, I can see only sub-directories of the plugin project. So if I want to add same .jar file to ...

How to copy multiple projects into single folder in eclipse

I have two projects, Project1 and Project2. Now i want to copy this projects into eclipse workspace but i want these projects to be in a single folder like below. Eclipse Workspace -> Project -> ...

Java: Finding out what is using all the memory

I have a java application that runs out of memory, but I have no idea which code is allocating the memory. Is there an application with which I can check this? I use Eclipse.