javaweb项目导入myecplise出错
项目导入出错:
移动项目的时候.classpath .project不要删
build path -> use for source floder 把某一文件夹当作源码文件夹
bulid path -> add jre and tomcat jars 把jdk和tomcat的包导进去
svn only store source floder ,don't commit config files,its about you own computer. svn只需要上传源代码和配置文件,.classpath .myecplise和自己的环境有关,不要上传,肯定导致冲突。