- On the main menu, choose . Export to Eclipse dialog displays the list of modules that exist in the current project.
- Select the modules to be exported.
- For the modules you want to be synchronized with the corresponding Eclipse projects, check the Link option.
- Click OK.
- On the main menu, choose , or press Ctrl+Alt+Shift+S .
- In the Project Structure dialog, select the module to be converted.
- Click Dependencies tab.
- From the Dependencies storage format drop-down list, select Eclipse (.classpath).
When you open an exported project in Eclipse, note that Eclipse needs to import the .classpath file into its workspace.
As of this writing, migration from IntelliJ IDEA to Eclipse is subject to certain limitations:
- IntelliJ IDEA modules with multiple content roots are not migrated.
- External sources in Eclipse are not migrated.
- Only Java modules are created automatically when importing. However, any module can be converted to Eclipse compatible format manually.
- Default workspace JRE is not converted to/from Project SDK.
