Last year, due to the need to transfer the project from eclipse to IntelliJ IDEA, the project manager at that time, balabala, had a lot of ideas, and after more than a year of use, it was indeed correct.
Now I have added another project, and the new project manager suggested that I use eclipse again. I thought eclipse should be able to import ideas projects. So I searched online for articles that basically Idea imports eclipse projects, so I tried to import ideas projects using eclipse myself.
Currently, I have only tried the maven project, and I will add other projects in the future.
1. For the existing idea maven project, open eclipse and import the maven project:
2. Select the project to import and check the pom.xml file:
3. At this time, I successfully imported the idea project into eclipse, but I may still encounter some problems. You can solve them by Baidu according to the prompts for the problem. Here is a problem I encountered, which is that the following error occurred when adding the project to tomcat:
Solution: Open the .settings folder in the project directory, open the org.eclipse.wst.common.project.facet.core.xml file, change the version of <installed facet="jst.web" version="3.1"/> to a little lower, restart the eclipse or clean the project.
The above is all the content of this article. I hope it will be helpful to everyone's learning and I hope everyone will support Wulin.com more.