intellij idea 2017 Unable to import maven project
Posted 佛法无边
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了intellij idea 2017 Unable to import maven project相关的知识,希望对你有一定的参考价值。
1.打开idea 打开maven项目报错:Unable to import maven project
2.在idea中Help->Show Log in Explorer->idea.log
Caused by: java.rmi.ConnectException: Connection refused to host: localhost; nested exception is:
3.在windows 的hosts文件输入如下内容:
127.0.0.1 localhost 0.0.0.0 account.jetbrains.com
按照如上步骤在idea中Maven Projects上Reimport即可成功。
以上是关于intellij idea 2017 Unable to import maven project的主要内容,如果未能解决你的问题,请参考以下文章
IntelliJ IDEA遇到Unable to parse template “Class”错误
Intellij Idea出现 unable to establish loopback connection
intellij idea运行Android程序时报错;Unable to locate adb within SDK
如何解决IntelliJ IDEA 中Maven 报错 com.google.inject.CreationException: Unable to create injector, see the
创建maven项目时,IntelliJ IDEA2019出现:Unable to import maven project: See logs for details 报错