zoukankan      html  css  js  c++  java
  • eclipse 安装 spring boot suite 插件遇到的问题

    问题:安装失败,报如下错误:

    An error occurred while collecting items to be installed
    session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
    Unable to read repository at http://dist.springsource.com/release/TOOLS/update/3.8.4.RELEASE/e4.5/plugins/org.eclipse.m2e.core_1.7.0.20160603-1933.jar.
    Read timed out
    Unable to read repository at http://dist.springsource.com/release/TOOLS/update/3.8.4.RELEASE/e4.5/plugins/org.springframework.ide.eclipse.metadata_3.8.4.201703310634-RELEASE.jar.
    Read timed out
    Unable to read repository at http://dist.springsource.com/release/TOOLS/update/3.8.4.RELEASE/e4.5/plugins/org.springframework.ide.eclipse.quickfix_3.8.4.201703310634-RELEASE.jar.
    Read timed out

    解决办法:

    在eclipse 安装目录,即eclipse .exe所在目录敲如下命令:

    eclipse -application org.eclipse.equinox.p2.garbagecollector.application -profile epp.package.jee

    问题分析:

    出现错误的原因是Eclipse的更新管理P2出错了。
    p2有它的一个垃圾回收机制,之前删除的JAR包在未被回收之前,再次重装,系统不会做重新download的动作,但是它又找不到那个JAR包了,故而报错。

  • 相关阅读:
    c# 方法重载
    c# propertyGrid下拉选项
    c# 枚举类型
    c# socket编程
    读书笔记之ado.net entity framework
    c# delegate的invoke和bejinInvoke的区别
    C# 读书笔记之类与结构体
    c#笔记之启动新线程
    c# listview的使用
    visual studio2013 改变匹配括号的颜色
  • 原文地址:https://www.cnblogs.com/huangjianping/p/7926165.html
Copyright © 2011-2022 走看看