How to import Eclipse projects to IntelliJ IDEA?

后端 未结 3 1436
再見小時候
再見小時候 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.

提交回复
热议问题