Is it possible to disable completely the secure storage password of Eclipse? I am running Eclipse Helios on Windows 7.
Is it possible to disable completely the secure storage password of Eclipse? I am
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.The complete procedure is as follows (this is on Linux, on Windows it should work as well if you change the paths):
echo "secret" > ~/.eclipse/masterAdd to the very top of eclipse.ini, found in the Eclipse program directory (as two lines, don’t combine into one)