How to configure Proxy Settings in Eclipse

1) In Eclipse IDE, select “Window –> Preferences”
2) Preferences box prompt out, choose “Network Connections”.
3) Select “Manual” from Action Provider drop down list
How-to-configure-Proxy-Settings-in-Eclipse-1
4) Select Http in the List and click “Edit” button
5) Fill in the proxy server host and port number, (fill in the username and password if any)
How-to-configure-Proxy-Settings-in-Eclipse-2
6) Ok, Done.
Now, Eclipse is able to connect to Internet and pass through Proxy server.

Comments

Popular posts from this blog

How to draw an overlay on a SurfaceView used by Camera on Android?

Create EditText with dropdown in android

Android TCP Connection Chat application