zoukankan      html  css  js  c++  java
  • myeclipse egit 安装失败 org.eclipse.e4.ui.css.swt.theme 0.0.0

    【前言】

    首先确保您可能会被安装在阅读本文之前,myeclipse egit,

    见文章:http://blog.csdn.net/uikoo9/article/details/17247405

    事实上安装非常easy,无非三种:

    1.直接拷贝egit目录到dropins目录下

    2.通过eclipse marketplace安装

    3.通过myeclipseconfiguration center安装

    可是。。


    【安装失败】

    之前使用以上三种方法都非常顺利的完毕, 最简单的是方法一。直接复制过去。重新启动myeclipse就对了,

    可是。世界上总有一些可是,

    使用了5年多的旧笔记本在重装系统之后怎么都安装不上egit,尝试了千千遍。


    【提示】

    今天实在是想用egit,然后就硬着头皮用法二安装,最后提示:

    Your original request has been modified.
      "Java implementation of Git" is already installed, so an update will be performed instead.
    Cannot complete the install because one or more required items could not be found.
      Software being installed: Eclipse Git Team Provider 3.4.1.201406201815-r (org.eclipse.egit.feature.group 3.4.1.201406201815-r)
      Missing requirement: Git Team Provider UI 3.4.1.201406201815-r (org.eclipse.egit.ui 3.4.1.201406201815-r) requires 'bundle org.eclipse.e4.ui.css.swt.theme 0.0.0' but it could not be found
      Cannot satisfy dependency:
        From: Eclipse Git Team Provider 3.4.1.201406201815-r (org.eclipse.egit.feature.group 3.4.1.201406201815-r)
        To: org.eclipse.egit.ui [3.4.1.201406201815-r]

    安装失败,缺少一个ui插件,硬着头皮阅读了英文站点的提示,发现了问题。


    【版本号问题】

    原来不同版本号的eclipse要相应安装不同的版本号的egit,

    详见:http://wiki.eclipse.org/EGit/FAQ#What_versions_of_Eclipse_does_EGit_target.3F

    假设站点打不开。看图片:


    【eclipse版本号】

    知道问题后就要找到eclipse版本号,但是安装的是myeclipse在哪里看呢。

    在myeclipse下搜索readme_eclipse.html。

    我的版本号是在myeclipseMyEclipse 10 eadme,

    打开之后找到了版本号好,版本号:3.7.2


    【egit2.3.1】

    相应上面的版本号,发现eclipse3.7.2应该相应egit2.3.1,

    去网上下载egit2.3.1,这个自己找吧。

    然后解压缩。然后复制到dropins目录下,重新启动myeclipse。


    【ok】

    又看到了熟悉的egit:


    【总结】

    不同版本号eclipse须要安装不同版本号egit。

    eclipse3.7.2需要安装egit2.3.1

    版权声明:本文博主原创文章,博客,未经同意不得转载。

  • 相关阅读:
    在Ubuntu/Centos使用 Let's Encrypt 证书部署 HTTPS的方法
    Ubuntu14.04安装配置LAMP环境(php5.6)
    centos6 php5.4 升級到php 5.6
    为自己的2017年定个计划
    收益的一些话
    学习瓦力部署系统的项目配置和上线部署
    统计进仓和出仓数量随时间变化的剩余数量流程图
    Codeigniter 获取当前的控制器名称和方法名称
    [记]Windows 系统下设置Nodejs NPM全局路径
    [记]Cordova安装插件选择插件版本
  • 原文地址:https://www.cnblogs.com/bhlsheji/p/4881778.html
Copyright © 2011-2022 走看看