简体   繁体   English

无法在 intellij 中导入 Eclipse 项目

[英]Unable to import Eclipse project in intellij

I am new to IntelliJ, trying to import the eclipse project by following the steps explained on the website https://www.jetbrains.com/help/idea/import-project-from-eclipse-page-1.html and I can import pretty much all the projects except one.我是 IntelliJ 的新手,尝试按照网站https://www.jetbrains.com/help/idea/import-project-from-eclipse-page-1.html上解释的步骤导入 eclipse 项目,我可以导入几乎所有项目,除了一个。 The one I really want to import is pretty big includes selenium and testing and doesn't contain an 'src folder'.我真正想导入的一个非常大,包括 selenium 和 testing 并且不包含“src 文件夹”。 Every time I try to import I don't see the project/module folder but only External Libraries as I have shown in the picture below.每次尝试导入时,我都看不到项目/模块文件夹,而只能看到如下图所示的外部库。

在此处输入图片说明

rather than importing an eclipse project, can't you import the same project from local directory? 

In InteliIJ, 
File->
   New-> 
       ->Project from existing source 
         -> (select the project folder) 
Also,

Line
:

   Directory Structure :
         1   -ProjectFolderName 
         2     -ProjectFolderName    
         3       -proj files 

Note: sometimes, while importing the project, if you import the project folder(line 1) ,rather than line 2. since both have same name. then the case happens which you showed in the screenshot. IntelliJ fails to import the correct project files. that's when you see something like "external libraries" only.

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM