Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 C 盘中名为 DIW 的文件夹中创建了我的项目。 该文件夹包含所有类文件和源文件。现在我想将整个项目导入eclipse并在那里运行,我应该怎么做? 我在谷歌上搜索过相同的结果,但没有得到确切的结果,我希望能从这里得到一些帮助。
Eclipse -> 导入选择FileSystem和你的源
FileSystem
或者
Eclipse -> 创建新项目 ->Create from Existing Source
Create from Existing Source
如果您有 maven 类型 mvn eclipse:eclipse ,则导入到 Eclipse
Eclipse -> 导入 -> 常规 -> 现有项目到工作区
文件--> 导入--> 常规--> 现有项目到工作区