Eclipse Luna Not Storing Proxy Authentication Username and Password -


i'm trying eclipse luna (on debian 8) connect internet via wifi proxy requires authentication. able set proxy host, port, username , password after apply settings , close dialog. next time open it, not have username , password settings, although host , port retained correctly. active provider set manual required.

for reason, doesn't seem saving authentication details , i'm not able connect internet.

is bug or i'm doing wrong?

also, in file eclipse store proxy settings? maybe can go in there , make changes directly if gui problem.

edit: @ error log gives vital clue. says: no secure storage modules found.

i worked around issue adding proxy settings eclipse.ini file specified in so post.

-vmargs -dorg.eclipse.ecf.provider.filetransfer.excludecontributors=org.eclipse.ecf.provider.filetransfer.httpclient4 -dhttp.proxyhost=*myproxyhost* -dhttp.proxyport=*myproxyport* -dhttp.proxyuser=*proxy username* -dhttp.proxypassword=*proxy password* -dhttp.nonproxyhosts=localhost|127.0.0.1 

Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -