从Eclipse Galileo升级到Helios

时间:2010-08-04 19:10:16

标签: eclipse upgrade eclipse-3.6 eclipse-3.5

什么是从Galileo升级到Helios同时仍然保留我的设置和插件的最佳方式?

由于

3 个答案:

答案 0 :(得分:5)

最可靠的升级途径是进行“并行”安装:您已经拥有的Galileo旁边的Helios Eclipse。

关于您的设置,您只需要引用相同的工作区 在eclipse.ini中,指明工作区的位置,您将在离开时获得所有项目,工作空间和视角。

插件比较棘手,我建议:

在您的共享dropins路径中,您将拥有:

   my-eclipse-galileo-plugins
     eclipse
       features
       plugins

并且您将复制自安装Eclipse Galileo实例以来添加的所有额外插件和功能:

   /path/to/galileo
     eclipse
       features
       plugins

答案 1 :(得分:3)

注意,要从Galileo升级到Helios(3.6),您首先需要添加Helios软件存储库,如下所示:

  1. 窗口>偏好>安装/更新>可用的软件站点
  2. 点击“添加”
  3. 输入网址:http://download.eclipse.org/releases/helios
  4. 点击“确定”
  5. 来自here

答案 2 :(得分:1)

上面的方法在我的3个盒子之一上对我不起作用。我经常遇到依赖性问题,Eclipse经常出错。

在我的第二个Ubuntu框中对我有用的是本文中的方法2: http://crlog.info/2011/06/30/upgrading-eclipse-on-ubuntu-from-3-5-to-3-7-indigo-works-for-other-versions-too/

文章中的方法1适用于我的Windows和我的一个Ubuntu盒子,但另一个Ubuntu盒子需要方法2。