您的位置:首页 > 编程语言 > Java开发

zt:mina源码经maven2处理后,导入eclipse有Unbound classpath variable: 'M2_REPO报错的解决方法

2011-04-02 13:42 597 查看
(笔记化)

抄录:

Eclipse
maven
of the project
reported in Unbound classpath variable: 'M2_REPO /**/***/***. jar'

But in fact the jar
is present in my local machine's directory
, oh MAVEN:

C: / Documents and Settings
/ administrator
/. M2
/ repository / ** / *** / ***. jar

Description sure M2_REPO Eclipse not recognize this parameter, so it needs to add:

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

new one, name of course M2_REPO, attributes selected folder,

Point to C: / Documents and Settings / administrator /. M2 / repository

源址:
http://www.codeweblog.com/eclipse-maven-of-the-project-reported-in-unbound-classpath-variable-m2-repo-jar/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐