点击 File --> NEW-->project from existing source --> 点击需要导入的项目----> ok
然后就没有响应了
之前会出现一个栏目 是让选择 是 eclispe 还是 maven 还是 gradle 等
不知道哪个大哥遇到过,啥情况,求帮忙解决
1
lavvrence Sep 16, 2020
把 .idea 文件夹删掉,重新打开。不要导入,直接以文件夹的形式打开
|
2
kikione OP @jaylee4869 这个是 eclipse 的老项目 还不是 maven 的,这样打开启动不了
|
3
fumichael Sep 16, 2020
你试试 file → open
|
4
chendy Sep 16, 2020
eclipse 项目的插件开了么
导入的项目带着 eclipse 的项目文件么 |
5
yalin Sep 16, 2020
假的 maven 工程?
|
6
fitmewell Sep 16, 2020
eclipse 的项目不要选择文件夹导入,直接导入 .classpath 或者.project 文件
|
7
yigedala Sep 16, 2020
file → open → 选择你要导出工程的 pom.xml → 选择 “open as Project”
|
8
EminemW Sep 16, 2020
|