eclipse 安装m2插件时报错

Cannot complete the install because one or more required items could not be found.
  Software being installed: m2e - slf4j over logback logging (Optional) 1.9.0.20180606-2036 (org.eclipse.m2e.logback.feature.feature.group 1.9.0.20180606-2036)
  Missing requirement: m2e logback configuration 1.9.0.20180606-2036 (org.eclipse.m2e.logback.configuration 1.9.0.20180606-2036) requires ‘slf4j-api‘ but it could not be found

  

  1. Eclipse - >帮助 - >安装新软件
  2. 添加新的软件站点:
  3. 展开“Maven osgi-bundles”并选择“slf4j-api”
  4. 单击“下一步”并按照安装进行操作。

安装完成后(Eclipse重新启动)然后我就可以安装maven插件了。

原文地址:https://www.cnblogs.com/sanzangtdashi/p/9419169.html

时间: 2024-08-11 01:09:26

eclipse 安装m2插件时报错的相关文章

[WebOS]基于JS的HP-WebOS开发中Eclipse安装Aptana插件时报"Bad Gateway"错误解决方案

进入Aptana官网:http://www.aptana.com/ 跳转到下载页面,选择下载Eclipse plugin installation, 发现官网只给出在线更新的网址: http://download.aptana.com/studio3/plugin/install 但是试过在线更新的童鞋都知道这是多么蛋疼的事情,于是,google到解决方法: 复制在线更新链接,在浏览器打开,你会看到会自动跳转到: http://d1iwq2e2xrohf.cloudfront.net/tools

Eclipse安装maven插件报错

Eclipse安装maven插件,报错信息如下: Java代码   Cannot complete the install because one or more required items could not be found. Software being installed: Maven Integration for Eclipse (Required) 0.12.1.20110112-1712 (org.maven.ide.eclipse.feature.feature.group 

Eclipse4.6安装Tomcat插件时报错:Unable to read repository at http://tomcatplugin.sf.net/update/content.xml. Received fatal alert: handshake_failure

错误如下: Unable to read repository at http://tomcatplugin.sf.net/update/content.xml.Received fatal alert: handshake_failure 由于使用的是Eclipse4.6.3,导致安装时提示不能安装此插件,解决方法如下: 1.网络问题,使用VPN. 2.挂载了VPN之后再拖动一次这个按钮到Eclipse中: 此时基本正常,按[Confirm]进行确认. 3.如果实在不行就手动安装.下面为手动安

eclipse安装maven插件-解决requires ‘bundle org.slf4j.api 1.6.2′

eclipse安装maven插件-解决requires 'bundle org.slf4j.api 1.6.2′ [转载]http://robin.sh/html/1526_eclipse-maven.html 给eclipse安装maven插件,网上教程已经很多,不在累述.关键是安装过程中报错:requires 'bundle org.slf4j.api 1.6.2' but it could not be found. 这个错误很难搞,网上提供的解决方案绝大部分都不起作用.可能跟eclips

Missing artifact net.sf.json-lib:json-lib:jar:2.4错误和Eclipse安装Maven插件错误

微信公众号:compassblog 欢迎关注.转发,互相学习,共同进步! 有任何问题,请后台留言联系! 1.配置Maven项目的pom.xml文件报错 (1).错误描述:Missing artifact net.sf.json-lib:json-lib:jar:2.4(详情如下图) (2).错误原因:经查看,所需要的jar包已经下载到本地仓库,为何还说缺少jar包?稍微仔细点发现,jar包不一样,需要声明jdk的版本号. (3).解决办法:在版本号下配置jdk15声明jdk版本,如下如: 2.不

Eclipse安装Propedit插件、SVN插件、js插件

1.在线安装Propedit 打开Eclipse的在线安装界面,点击Add Name: propedit Location:http://propedit.sourceforge.jp/eclipse/updates/ 2.在线安装Subclipse Name: subclipse 1.6.x Location:http://subclipse.tigris.org/update_1.6.x 安装完成即可使用. 3.安装包安装 下载spket-1.6.23,解开压缩包以后,把最里面的featur

Eclipse安装svn插件的几种方式 转帖....

Eclipse安装svn插件的几种方式 1.在线安装: (1).点击 Help --> Install New Software... (2).在弹出的窗口中点击add按钮,输入Name(任意)和Location(插件的URL),点击OK (3).勾选出现的插件内容,一步步安装即可. 注:目前在线安装svn的版本只有1.6.x和1.8.x地址分别是:http://subclipse.tigris.org/update_1.6.xhttp://subclipse.tigris.org/update

eclipse安装tomcat插件

eclipse安装tomcat插件有2种方法. 方法一:直接下载tomcat的插件压缩包,解压后将文件拷到eclipse的插件目录plugins下,打开eclipse,点击Windows->preferences,点击tomcat进行相关设置.具体可参考 http://www.360doc.com/content/14/0312/22/12278201_360105062.shtml http://blog.sina.com.cn/s/blog_671c968b0100ptff.html 方法二

STS或eclipse安装SVN插件(转)

安装sts--SVN插件 简介:sts是与eclipse类似的Java IDE开发工具(不了解的百度) 1.sts菜单栏 help->install New Software 依据大家的版本选择:http://subclipse.tigris.org/update 比如:http://subclipse.tigris.org/update_1.8.x 4.选种subclipse插件,点击Finish就可以了(根据自己需要安装). 5.Finish完了之后呢?它会自动的从指定资源下去找安装的插件.