eclipse或是myeclipse导入项目的时 Some projects were hidden because they exist in the wor

eclipse或是myeclipse导入项目的时 Some projects were hidden because they exist in the workspace directory 提示

2、workspace中要修改名字的项目 — 打开.project文件 — 修改<name>myprojectName</name>  (myprojectNamey就是我们的工程名)
--------------------------------------------------

很多朋友在SVN源管理的开发中过程中,导出一个java 工程后,用eclipse或是myeclipse导入项目的时候,会出现一个提示Some projects were hidden because they exist in the workspace directory  提示,或是有 Some projects cannot be imported because they already exist in the workspace 的提示 下面有我们的解决方法:

1、Some projects cannot be imported because they already exist in the workspace

2、Some projects were hidden because they exist in the workspace directory

但是有时候eclipse或者myeclipse导入项目的时候会发生上面两个错误,IDE不允许我们导入。具体原因是在IDE的workspace中已经存在了相同名字的项目,所以不能导入。

解决办法则是修改项目名:

1、right click — refactor — rename

你可能感兴趣的:(in,workspace,exist,提示,Directory,hidden,projects,the,because,were,some,they)