Some projects cannot be imported because they already exist in the But I have modified the project name in the. Project file, but I still can’t import it. I found this article from the Internet. It turns out that you need to find the relevant record in the eclipse workspace and delete it: there is no project with the same name in the workspace, but there must be a place to record the previous project information, which may be… Find the following: XXXXXXXX, workspace,. Metadata,. Plugins\ org.eclipse.core . resources \. Projects folder, delete the folder with the same name
Record how to solve this problem:
MyEclipse is unable to import Java projects. There are two common situations:
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
Reason: a project with the same name already exists in the workspace, so it cannot be imported.
solve:
1. Modify project name: right click refactor rename or F2
2. Open the. Project file in the project — modify & lt; name & gt; ProjectName & lt; / Name & gt;
3. There is no project with the same name in the workspace. There must be a place to record the previous project information… Find the following: XXXXXXXX, workspace,. Metadata,. Plugins\ org.eclipse.core . resources \. Projects folder, delete the folder with the same name.
Article from http://blog.csdn.net/leo_ Thanks to the author.
Read More:
- but “catkin_make“ must be invoked in the root of workspace
- Local workspace file (‘angular.json’) could not be found.
- Eclipse startup error: an error has occurred.See the log file E:\workspace\.metadata\.log.
- [Solved] Import org.apache.hadoop.hbase.hbaseconfiguration package cannot be imported
- Run with Python console solution is set by default for all projects in pcharm
- When VS code imported Cv2, an error ImportError: numpy.core.multiarray failed to import; There are no mistakes in using the Spyder
- Exception record. When eclipse starts, an error is reported when workspace is opened
- Idea always reports errors when using “SVN” to associate projects Error:Cannot run Program “SVN” (in directory “path XXXXXX”): CreateProcess error = 2,
- Nginx configures different domain names to access different projects
- [Solved] Import Echars5.0 Error: “export ‘default‘ (imported as ‘echarts‘) was not found in ‘echarts‘
- the specified workspace directory is either invalid or read-only
- Systemctl command doesn’t exist. How to solve the problem that the service can’t be started
- Eclipse PyDev “interpreter does not exist in filesystem”
- Error: Projects must list all files or use an ‘include‘ pattern.
- Creating Java Web projects with idea
- [Fixed] Unity error CS1704: An assembly with the same name `UnityEngine.UI’ has already been imported
- The collapse pits of VTK projects that are not generated by cmake
- Maven compilation error: package does not exist jar package does not exist
- error CS0234: The type or namespace name ‘UI‘ does not exist in the namespace ‘UnityEngine‘
- Common compatibility problems of VS2010 to vs2017 projects