简体   繁体   English

Program Files \\ Eclipse \\ plugins,〜/ .eclipse / org.eclipse。* / plugins和〜/ workspace / .metadata / .plugins之间有什么区别?

[英]What is the difference between Program Files\Eclipse\plugins, ~/.eclipse/org.eclipse.*/plugins, and ~/workspace/.metadata/.plugins?

What are the following directories used for? 以下目录用于什么?

  • Program Files\\Eclipse\\plugins 程序文件\\ Eclipse \\插件
  • ~/.eclipse/org.eclipse.platform_4.2.0_2049681907/plugins/ 〜/ .eclipse / org.eclipse.platform_4.2.0_2049681907 / plugins /
  • ~/workspace/.metadata/.plugins 〜/ workspace / .metadata / .plugins

My Eclipse is SO flaky. 我的Eclipse非常脆弱。 I have to frequently delete these directories and re-install everything. 我必须经常删除这些目录并重新安装所有内容。

  • Program Files\\Eclipse\\plugins

    Is used for the original plugins that come with eclipse, and plugins from the sdk's and other stuff you download. 用于eclipse附带的原始插件,以及sdk和其他下载内容中的插件。

  • ~/.eclipse/org.eclipse.platform_4.2.0_2049681907/plugins/

    This one I'm not sure, but I think it's about the updates. 我不确定,但我认为这与更新有关。

  • ~/workspace/.metadata/.plugins

    This one is about the preffered for your projects, and it's hidden. 这是关于您的项目的首选,它是隐藏的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM