Results 1 to 3 of 3

Thread: proxy setting for eclipse 3.7 on ubuntu 11.10

  1. #1
    Join Date
    Oct 2011
    Beans
    20

    proxy setting for eclipse 3.7 on ubuntu 11.10

    Hello again.
    Please,any one with idea how to set up eclipse 3.7 to work with proxy server on ubuntu 11.10?
    Any help will appreciate it is a month now keep trying without success.
    thank you again
    huu

  2. #2
    Join Date
    Oct 2011
    Beans
    20

    Re: proxy setting for eclipse 3.7 on ubuntu 11.10

    please experts,anyone with eclipse working on proxy setting?

    thank you again
    huu

  3. #3
    Join Date
    Jun 2009
    Location
    Bangalore, India
    Beans
    19
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: proxy setting for eclipse 3.7 on ubuntu 11.10

    Well, I found a workaround:

    Add the following lines to /etc/eclipse.ini file:
    -Dorg.eclipse.ecf.provider.filetransfer.excludeCont ributors=org.eclipse.ecf.provider.filetransfer.htt pclient
    -Dhttp.proxyPort=xxxx
    -Dhttp.proxyHost=yourproxy.domain.com
    -Dhttp.proxyUser=xxxxx
    -Dhttp.proxyPassword=xxxxxx
    -Dhttp.nonProxyHosts=localhost|127.0.0.1
    Save, and restart eclipse

    [Checked working for eclipse 3.7 on Ubuntu 12.04, so it should possibly work on 11.10]

    Reference: https://bugs.eclipse.org/bugs/show_bug.cgi?id=281472#c7

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •