Eclipse工作空间中存储的项目列表哪里? [英] Where in an Eclipse workspace is the list of projects stored?

查看:586
本文介绍了Eclipse工作空间中存储的项目列表哪里?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



在工作空间文件中,我找不到任何对这些项目的引用。我的问题是:Eclipse如何跟踪这些项目?



我希望能够自动将这样的项目添加到工作区(通过生成 .project .classpath 文件)。

解决方案

Windows:

 < workspace> \.metadata\.plugins\org.eclipse。 core.resources\.projects\ 

Linux / osx:

 < workspace> /。metadata / .plugins / org.eclipse.core.resources / .projects / 
/ pre>

您的项目可以存在于工作区外,但所有特定于Eclipse的元数据存储在 org.eclipse.core.resources\.projects 目录


I use Eclipse with "external" projects - i.e. projects created from existing source.

Poking around in the workspace files, I cannot find any reference to these projects. My question is: how does Eclipse keep track of these projects?

I'd like to be able to add such a project to the workspace automatically (by generating .project and .classpath files).

解决方案

Windows:

<workspace>\.metadata\.plugins\org.eclipse.core.resources\.projects\

Linux / osx:

<workspace>/.metadata/.plugins/org.eclipse.core.resources/.projects/

Your project can exist outside the workspace, but all Eclipse-specific metadata are stored in that org.eclipse.core.resources\.projects directory

这篇关于Eclipse工作空间中存储的项目列表哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆