ubuntu12.04安装eclipse4.3添加PyDev提示Unable to read repository

环境:php

ubuntu12.04.2_64bithtml

jdk1.7.0
python

1. 下载并配置jdklinux

2. 下载 Eclipse Standard 4.3Eclipse Standard 4.3 for Linux 64 bitweb

http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/kepler/R/eclipse-standard-kepler-R-linux-gtk-x86_64.tar.gz
ubuntu

3. 下载后解压
eclipse

tar -zxvf eclipse-standard-kepler-R-linux-gtk-x86_64.tar.gzide

cd eclipsespa

./eclipse代理

便可运行elipse

4. 安装python3

sudo apt-get install python3 -y

5. 安装PyDev,这里有官方的教程,很简单

http://pydev.org/manual_101_install.html

安装步骤到这的时候


提示

Unable to read repository at http://pydev.org/updates/content.xml.

Unable to read repository at http://pydev.org/updates/content.xml.

Host name may not be null

网上查了一下,发现是伟大的墙在捣乱!

看了下这个http://stackoverflow.com/questions/5714994/unable-to-load-the-repositorypydev-for-eclipse,发现matze999提到一个解决办法,就是让eclipse走代理,具体方法以下:

http://www.mkyong.com/web-development/how-to-configure-proxy-settings-in-eclipse/