将现有 Eclipse 项目导入 MyEclipse 工作区
我正在尝试将现有项目导入到我的 ECLIPSE 工作空间中。 使用以下命令将项目导入 Eclipse 时 Eclipse 中的(现有项目进入工作空间)选项, 我有以下屏幕截图。
现在我的问题是这里的复选框是什么意思 (将项目复制到工作区)
请参阅此处的屏幕
http://tinypic。 com/view.php?pic=n4tcua&s=7
如果我们选中或取消选中该复选框会有什么影响 需要你的帮助。
谢谢 。
I am trying to import an existing project into my ECLIPSE wORKSPACE .
While importing the project into Eclipse using the
(Existing Projects into Workspace ) option from eclipse ,
i have got the following screen shot .
Now my question is What does the checkbox mean here
(Copy Projects into Workspace )
Please refer to the screen here
http://tinypic.com/view.php?pic=n4tcua&s=7
What is the impact if we check or uncheck the checkbox
Need your help on this .
Thanks .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为他更关心该复选框,该复选框告诉您是否创建要导入到工作区的项目中的所有资源的副本,如果您不选中它,它只会创建一个 .classpatha和 .project 文件(基本上是一个项目),其中所有资源都引用原始位置。
I think he is more concerned about the check box, The check box tells you wether to create a copy of all the resources in the project you are importing to your workspace or not, and if you keep it unchecked it will just create a .classpatha and .project file ( basically a project ) with all the resources refering to original location.
屏幕要求您选择根目录而不仅仅是单个项目。然后它显示该目录中存在的所有项目。然后,您可以在要导入到工作区的项目之间进行选择。
The screen asked you to select the root directory and not just a single project. It then displays all the projects present in that directory. You can then allow to choose between the projects to import to the workspace.