Eclipse安全存储 [英] Eclipse secure storage

查看:144
本文介绍了Eclipse安全存储的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以完全禁用Eclipse的安全存储密码?我在Windows 7上运行Eclipse Helios。

Is it possible to disable completely the secure storage password of Eclipse? I am running Eclipse Helios on Windows 7.

推荐答案

要禁用主密码提示,您必须指定包含密码的文件 -eclipse.password ,请参阅 Eclipse SDK帮助 Bug 241223

To disable the master password prompt you have to specifiy a file containing the password with -eclipse.password, see Eclipse SDK Help and Bug 241223.

完整的过程如下(这是在Linux上,在Windows上,如果您更改路径,它也应该工作):

The complete procedure is as follows (this is on Linux, on Windows it should work as well if you change the paths):


  1. 退出Eclipse

  2. 删除目录〜/ .eclipse / org.eclipse.equinox.security

  3. 创建一个包含主密码的文本文件,例如 echosecret> 〜/ .eclipse / master

  4. 添加到eclipse.ini的最上层,在Eclipse程序目录中找到(作为两行, t组合成一个)

  1. Exit Eclipse
  2. Delete the directory ~/.eclipse/org.eclipse.equinox.security
  3. Create a text file containing your master password, e.g. echo "secret" > ~/.eclipse/master
  4. Add to the very top of eclipse.ini, found in the Eclipse program directory (as two lines, don't combine into one)

-eclipse.password
/home/user/.eclipse/master


  • 再次启动Eclipse

  • 这篇关于Eclipse安全存储的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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