- Open the New Project Wizard.
- Having selected the option Import project from external model, click Next.
- On the Import page of the New Project Wizard, select Eclipse. Optionally, check the option Import into current project. Click Next.
- On the
next page of the wizard,
specify the directory, that contains the desired Eclipse workspace.
In the section IntelliJ IDEA
project and module file location,
specify whether you want to create
IntelliJ IDEA
module files in the same directory where
the Eclipse projects reside, or in a dedicated directory of your choice.
Check the option Link created IntelliJ IDEA modules to Eclipse project files to automatically synchronize the Eclipse projects and IntelliJ IDEA modules.
Specify whether you want test sources to be imported.
Click Next. IntelliJ IDEA scans the specified workspace for projects.
- On the next page of the wizard, select the Eclipse projects you want to import. So doing, each Eclipse project is converted to a separate IntelliJ IDEA module. Click Next.
- Specify the name for the new IntelliJ IDEA project, and the location of the project files. Select also the format in which the project will be stored.
- Click Finish.

