IntelliJ IDE | .iml File lost or deleted

前端 未结 10 980
梦谈多话
梦谈多话 2021-02-06 20:07

Last week I was working on a Java EE project with IntelliJ IDE.

Today: As I started up my IntelliJ 2016.1 it gave me the error:

Error Loading Project

10条回答
  •  甜味超标
    2021-02-06 21:10

    For Maven projects:

    • Open the Maven Tool Window (for intellij users - right click on the project name and scroll down to the bottom to find the maven tool window) (indicated with this icon: )
    • Click the Reimport All Maven Projects button (indicated with this icon: ).

    Instructions: https://www.jetbrains.com/help/idea/maven-projects-tool-window.html

提交回复
热议问题