java - 无法在 IntelliJ Idea 2016.1.1 中导入 maven 项目

标签 java maven intellij-idea import

我正在尝试使用以下方法在 IntelliJ Idea 2016.1.1 中导入项目:File->Project from existing sources->选择所需的 pom.xml

到了这个对话框,但是点击下一个按钮没有任何反应。

It comes to this dialog box, but nothing happens on clicking next button.

最佳答案

我有同样的问题,但设法通过更新我的/etc/hosts 文件来解决它,这样 localhost 只有一个条目

# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting.  Do not change this entry.
##
127.0.0.1       localhost
# 192.xxx.xxx.xxx localhost <-comment out this
255.255.255.255 broadcasthost
#::1             localhost <- comment out this

关于java - 无法在 IntelliJ Idea 2016.1.1 中导入 maven 项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36473138/

相关文章:

java - 带有Mybatis-Generator-Maven-Plugin的Maven项目,嵌套模块依赖问题

eclipse - Maven 自动清理包

intellij-idea - 如何在 IntelliJ IDEA 上关闭 SonarLint 自动触发

JavaFX - 无法解析符号 'font' (FXML)

java - java和数据库之间共享常量

java - Spring-Boot 应用程序无法正确构建

intellij-idea - Intellij 14 奇怪的编辑器/光标行为

java - IntelliJ Maven 依赖关系未得到解决

java - 如何在java中将 "&lt;/body&gt;"转换为 "</body>"

java - Spring,在一个查询中向现有的多对多列表添加一列