zoukankan      html  css  js  c++  java
  • Eclipse 插件安装报错问题(已解决)

    错误信息提示:

    An error occurred while installing the items
    session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null -->  这里是你需要安装的插件相关内容

    解决方法:

    1、点击 Eclipse 的菜单栏  Help >> Install New Software 

      

    2、点击【Add】,输入Name:  The Eclipse Project Updates ,    URL:http://download.eclipse.org/eclipse/updates/4.5

    注意:输入URL的时候注意一下你Eclipse的版本,如果是4.4版的,URL地址就是:http://download.eclipse.org/eclipse/updates/4.4。查看版本号方法:Help >> About Eclipse

    3、然后再给出的安装列表中勾选”Eclipse Tests, Examples, and Extras” 下的 “Eclipse 2.0 Style Plugin Support” 

    然后点击next  一步一步安装即可。安装完成提示重启Eclipse 后,再安装你需要安装的插件就不会报上面的错误了。

     
  • 相关阅读:
    POJ 3093 Margaritas on the River Walk(背包)
    BZOJ 2287 【POJ Challenge】消失之物(DP+容斥)
    WC2017 Day1
    WC2017 Day0
    WC2017 Conclusion
    WC2017 Day6
    UOJ #58 糖果公园
    WC2017 Day5
    codevs 1946 阿狸的打字机
    HDU 2457 DNA_repair
  • 原文地址:https://www.cnblogs.com/leoxuan/p/8483512.html
Copyright © 2011-2022 走看看