关于eclipse安装spring插件报错An error occurred while collecting items to be installed...解决方案
2021-05-03 13:30
标签:lips png pre path变量 settings 删除 items 关于 开头 关于eclipse安装spring插件报错An error occurred while collecting items to be installed...解决方案 标签:lips png pre path变量 settings 删除 items 关于 开头 原文地址:https://www.cnblogs.com/mjtabu/p/13197495.html1.通过在命令行中输入“where java”,删除jdk目录以外的所有java相关程序,同时删除系统Path里面的jdk目录以外的java环境配置
2.内存不足,打开Eclipse目录下的eclipse.ini,把里面的-Xmx512m改成-Xmx256m
3.检查环境变量,path变量中将jdk路径放在最前边(开头的“.;”直接后边)
4.检查环境变量,path变量中将jdk中的jre路径放在最前边(开头的“.;”直接后边)
5.传言中的万能方案(不过估计非万能---未测):把jdk目录下的jre目录直接复制到eclipse目录下
6.删除文件:[workspace]/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi
7.删掉 \eclipse\java-neon\eclipse\configuration\.settings 目录下的org.eclipse.ui.ide.prefs 文件就行了
下一篇:springBean的生命周期
文章标题:关于eclipse安装spring插件报错An error occurred while collecting items to be installed...解决方案
文章链接:http://soscw.com/index.php/essay/81826.html