我刚刚使用Eclipse创建了几个项目.现在重启Eclipse并希望看到其中一个项目.我该怎么做?
我尝试过File - > Import - > General - > Existing Project into Workspace.
然后我选择我想要处理的项目的目录,结果,我收到一条错误消息:"某些项目无法导入,因为它们已经存在于工作空间中".
所以,看起来我不需要导入项目,因为它们已经在工作区中...但是我怎样才能"看到"工作区中的项目?如果我创建一个新项目,我会看到它以及所有其他现有项目,但我不想创建一个新项目只是为了查看现有项目.
也许您已关闭项目并配置项目资源管理器视图以过滤已关闭的项目.
在这种情况下,请查看Project Explorer视图中的Filters.确保在"过滤器"视图中禁用已关闭的项目.
小智 5
From the main menu bar, select command link File > Import.... The Import wizard opens.
Select General > Existing Project into Workspace and click Next.
Choose either Select root directory or Select archive file and click the associated Browse to locate the directory or file containing the projects.
Under Projects select the project or projects which you would like to import.
Click Finish to start the import.
Run Code Online (Sandbox Code Playgroud)