读书人

从SVN上down下来的maven项目 无法编辑

发布时间: 2012-04-08 14:38:30 作者: rapoo

从SVN上down下来的maven项目 无法编辑
我从SVN上down下来的maven项目在myeclipse上使用快捷键时出现 the resource is not on the build path of a Java Project,导致项目不能编辑。在项目的build path 上也是no action available,请问各位大神是怎么回事,怎么办?

[解决办法]

探讨

引用:

引用:

引用:

你download下来的maven项目中是否有.classpath?

如果没有,你download下来的工程还不是java工程,cmd中执行命令:

mvn eclipse:clean eclipse:eclipse -Dwtpversion=1.5 -DdownloadSources=tr……

读书人网 >J2EE开发

热点推荐