项目在Eclipse中存储在哪里?

编程入门 行业动态 更新时间:2024-10-26 10:32:14
本文介绍了项目在Eclipse中存储在哪里?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

Project Explorer能够列出Eclipse中的所有项目。我想知道项目信息存储在哪里?

The Project Explorer is able to list all projects in Eclipse. I am wondering where the project information gets stored?

推荐答案

可以在工作区的.metadata目录下找到项目:

The projects can be found under the .metadata directory of your workspace:

[eclipse-workspace]/.metadata/.plugins/org.eclipse.core.resources/.projects

每个项目都包含一个 .location 文件(二进制格式),该文件大概告诉eclipse项目在文件系统上的位置(如果已导入)。

Each project contains a .location file (in binary format) which presumably tells eclipse where the project is located on the filesystem, if it has been imported.

更多推荐

项目在Eclipse中存储在哪里?

本文发布于:2023-10-19 14:34:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1507812.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:项目   Eclipse

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!