eclipse libraries 不存在maven的依赖包

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eclipse libraries 不存在maven的依赖包相关的知识,希望对你有一定的参考价值。

eclipse libraries 不存在maven的依赖包时,照着下面一步步来

1.项目右键-》Build Path -》 Java Build Path -》Libraries -》Add Library -》Maven Managed Dependences-》点击Next -》点击‘Maven Project settings’ , 在‘Active Maven Profiles (comma separated)’中添加“Maven Dependencies”确认即可。

2. .classpath 里面添加如下,存在不添加

    

<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
		<attributes>
			<attribute name="maven.pomderived" value="true"/>
			<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
		</attributes>
	</classpathentry>



3.重启eclipse,查看上述两个步骤,会看到maven dependencies出现了,报的错消失了

本文出自 “bulajunjun” 博客,请务必保留此出处http://5148737.blog.51cto.com/5138737/1859914

以上是关于eclipse libraries 不存在maven的依赖包的主要内容,如果未能解决你的问题,请参考以下文章

eclipse如何给library 添加jar包

eclipse中启动 Eclipse 弹出“Failed to load the JNI shared library jvm.dll”错误

JAVA Eclipse 启动 Eclipse 弹出“Failed to load the JNI shared library jvm_dll”怎么办

IDEA External libraries 不显示Maven中引入的repository

启动Eclipse时,出现 “Failed to load the JNI shared library "C:Program Filesjavajdk1.7.....jvm.dll(示例代

IDEA External libraries 不显示Maven中引入的repository