How to import Eclipse projects to IntelliJ IDEA?

后端 未结 3 1435
再見小時候
再見小時候 2020-12-05 22:35

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

相关标签:
3条回答
  • 2020-12-05 23:10

    In IntelliJ IDEA 14.1.4 you can import a project with the following existing sources:

    • Eclipse project (.project) or classpath (.classpath) file
    • Maven project file (pom.xml)
    • Bnd/Bndtools workspace (workspace/cnf)
    • Flash Builder project file (.project, *.fxp, *.fxpl)
    • Gradle build script (*.gradle)

    Go to FileNewProject from Existing Sources… and a dialog will open that allows you to open one of the supported files or directories.

    0 讨论(0)
  • 2020-12-05 23:12

    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.

    0 讨论(0)
  • 2020-12-05 23:21

    In IntelliJ IDEA 11.1 you can find the import option in the New Project dialog. You can find it at File | New Project.

    0 讨论(0)
提交回复
热议问题