Where does eclipse store its network preferences.I tried deleting the workspace, the eclipse installation directory, where ever I found eclipse in c:\user\appdata. But eclipse seems to some how populate with my username and password but not the proxy address. I would like to have a absolutely clean eclipse install and how do I achieve that?
Asked
Active
Viewed 779 times
0
-
Here is the contemporary solution: http://stackoverflow.com/a/34204939/715269. (works from Eclipse 4.3 up) – Gangnus Dec 10 '15 at 15:06
1 Answers
0
In Eclipse, go to Window → Preferences → General → Network Connections. In the Active Provider combo box, choose "Manual". In the proxy entries table, for each entry click "Edit..." and do whatever you want.
Copied from here: How to Specify Eclipse Proxy Authentication Credentials?
-
once you have entered you credentials, unzip eclipse to some other location and you will see you proxy settings. I want to know where these settings are stored. – user1363516 Dec 09 '15 at 06:46