Can't import the maven project in IntelliJ Idea 2016.1.1

后端 未结 11 870
无人共我
无人共我 2021-01-01 14:52

I am trying to import a project in IntelliJ Idea 2016.1.1 using: File->Project from existing sources->choose the required pom.xml

It comes to this dialog bo

11条回答
  •  萌比男神i
    2021-01-01 15:23

    I had the same issue just now,through the idea.log, I found the problem:

    Caused by: com.intellij.execution.process.ProcessNotCreatedException: Cannot run program "/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/bin/java" (in directory "/Users/xxx/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/182.4129.33/IntelliJ IDEA.app/Contents/bin"): error=2, No such file or directory
        at 
    com.intellij.execution.configurations.GeneralCommandLine.createProcess(GeneralCommandLine.java:408)
        at com.intellij.execution.process.OSProcessHandler.startProcess(OSProcessHandler.java:51)
        at com.intellij.execution.process.OSProcessHandler.(OSProcessHandler.java:44)
        at org.jetbrains.idea.maven.server.MavenServerManager$2.startProcess(MavenServerManager.java:367)
        at org.jetbrains.idea.maven.server.MavenServerManager$2.execute(MavenServerManager.java:358)
        at com.intellij.execution.rmi.RemoteProcessSupport.startProcess(RemoteProcessSupport.java:212)
        at com.intellij.execution.rmi.RemoteProcessSupport.acquire(RemoteProcessSupport.java:139)
        ... 28 more
    

    the jdk1.7.0_79.jdk have been removed,so it doesn't work...

提交回复
热议问题