Set proxy in eclipse

Source: Internet
Author: User

1. configuration in the eclipse update age

When installing some new plug-ins in eclipse, it is generally better to help-> Software Update to upgrade. However, you need to find a proxy in CERNET to access the international network. The method for setting proxy is as follows:

Window-> preferences-> install/update: proxy settings

2. Compile an application in eclipse to set proxy

For general web service programs, you need to access network resources. In this case, the proxy is set to allow Java VM to access through proxy. The setting method is as follows:

Run-> run...-> (x =) argument: VM arguments settings:

-Dhttp. proxyhost = [proxy IP address] [space]-dhttp. proxyport = [port]

Note: [] does not need to be added. For example, a specific instance is as follows:

-Dhttp. proxyhost = 202.189.126.86-dhttp. proxyport = 3128

3. Eclipse CVS proxy settings

Window-> preferences-> Team-> CVS-> proxy settings

 

Original article from pay-as-you-go

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.