I want to import my Eclipse projects into IntelliJ IDEA, so I went to the IntelliJ IDEA help page:
If no project is currently open in IntelliJ IDEA, c
In IntelliJ IDEA 14.1.4 you can import a project with the following existing sources:
.project
) or classpath (.classpath
) filepom.xml
)workspace/cnf
).project
, *.fxp
, *.fxpl
)*.gradle
)Go to File → New → Project from Existing Sources… and a dialog will open that allows you to open one of the supported files or directories.
In IntelliJ IDEA 11 you should use File
| New Project
, Import project from external model.
Also check that Eclipse Interoperability plug-in is enabled in Settings
| Plugins
.
In IntelliJ IDEA 11.1 you can find the import option in the New Project dialog. You can find it at File | New Project.