Eclipse里maven的project报Unbound classpath variable: 'M2_REPO/**/***/***.jar

Eclipse里maven的project报Unbound classpath variable: 'M2_REPO/**/***/***.jar'

但是实际上这个jar是存在于我本地机器上MAVEN的目录里的喔:

C:\Documents and Settings\administrator\.m2\repository\**\***\***.jar

说明肯定M2_REPO这个参数Eclipse不认得,所以需要给它添上:

Eclipse->Windows->Preferences->java->Build Path->Classpath Variables

new一个,名字当然是M2_REPO,属性选folder,

指向C:\Documents and Settings\administrator\.m2\repository

你可能感兴趣的:(eclipse,maven,C++,c,windows)