English 中文(简体)
如何将Eclipse从3.5(Galileo)升级为3.6(Helios)适当方式?
原标题:How to upgrade Eclipse from 3.5 (Galileo) to 3.6 (Helios) the proper way?

我注意到这个问题已经几次提出,但我并不像解决办法那样,同时有两个例外。 我只想将我的伽利略升格为太阳,保存所有环境、种子和工作空间,而不像手工和脚本一样复制gin。 I ve got the Anders plugin, the C/C++ plugin, the PyDev plugin and what not more.

是否有快速和可靠的办法提升类似情况? 我在Eclipse wiki上发现了一些指示,但似乎与我的系统合作(Ubuntu 10.04;我加上Helios网站,然后对最新情况进行检查,但并没有把Helios作为Eclipse的最新情况。 是否有人找到解决办法?

UPDATE: The way presented in the wiki, consider to work on myWindows-insagna Eclipse, Check For Updates list “Eclipse SDK v.3.6.0” as an available Update.

最佳回答

我们不能。 你们必须下载、压缩和操作,而不设乌图存放处。 在这种情形下,你可以无问题地升级。

如果你想通过布图存放处使用海略,你必须等到Maverick(10.10)之后,因为你可以在这里看到:

问题回答

希望这将拯救某些麻烦的人...... 我从头盔中安装了Hlios,但发现Eclipse可能由于沉积的依赖性而安装新的粉.。 我发现,我不得不将旧的Eclipse 夹从~/.eclipse中删除。 希望能帮助一些人! (My system: Hugo 10.04, 64bit)

在安装了Eclipse Group I提供的3.6版的ppa版本后,它无法操作ec片,然后关闭。 我随后下载了最新版本的剪辑3.6。 然后,我把ec片带入代塔安装的名录。 确保你不完成所有一揽子计划。 之后,我再次尝试ec,成功。

我试图通过“Eclipse Team” ppa在发射台上升级到3.6.0的警示字,但绝无uck。 详情请查阅。





相关问题
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.

热门标签