在Eclipse中将现有项目文件夹添加到项目资源管理器
这里可能是一个非常简单的解决方案,但似乎找不到答案。我最近将eclipse工作区更改为我的dropbox文件夹,因此我可以在上大学时在上网本上工作,而在家里时可以在台式机上工作。我将所有项目文件夹从旧工作空间复制并粘贴到了保管箱工作空间,在Eclipse中更改了工作空间的位置,但是现在项目浏览器中都没有显示任何项目。现在多次刷新项目浏览器都无济于事,有什么办法可以将这些项目添加到项目浏览器中?谢谢
Probably a very straight forward solution here, but can't seem to find an answer. I recently changed my eclipse workspace to my dropbox folder, so I can work on my netbook when in college and on my desktop when at home. I copied and pasted all my project folders from the old workspace into the dropbox workspace, changed the workspace location in eclipse, but none of the projects are showing up in the project explorer now. Having refreshed the project explorer many times now to no avail, is there any way to add these projects into the project explorer? Thanks
-
从主菜单栏中,选择文件>导入。导入向导将打开。
From the main menu bar, select File > Import. The Import wizard opens.
折叠或单击常规>现有项目到工作区中的 + ,然后单击下一步。
选择选择根目录或选择存档文件,然后单击关联的浏览以找到包含项目的目录或文件。
Choose either Select root directory or Select archive file and click the associated Browse to locate the directory or file containing the projects.
在 Projects 下,选择要导入的项目。
Under Projects select the project or projects which you would like to import.
点击完成开始导入。
Click Finish to start the import.