download the eclipse helios
install some plugins
subclipse:
http://subclipse.tigris.org/update_1.6.x
google:
http://dl.google.com/eclipse/plugin/3.6
if u want to install plugins, u need to config the proxy, then eclipse can
connect to internet.
search 'proxy' in 'Preferences' panel.
if u want to use subclipse, subclipse did NOT know this proxy,
tell subclipse via a config file:
echo %APPDATA%
find 'servers' in the %APPDATA% PATH
add following lines after [global]
http-proxy-host =xx-proxy
http-proxy-port =8080
http-proxy-username =hubin
http-proxy-password =password
install some plugins
subclipse:
http://subclipse.tigris.org/update_1.6.x
google:
http://dl.google.com/eclipse/plugin/3.6
if u want to install plugins, u need to config the proxy, then eclipse can
connect to internet.
search 'proxy' in 'Preferences' panel.
if u want to use subclipse, subclipse did NOT know this proxy,
tell subclipse via a config file:
echo %APPDATA%
find 'servers' in the %APPDATA% PATH
add following lines after [global]
http-proxy-host =xx-proxy
http-proxy-port =8080
http-proxy-username =hubin
http-proxy-password =password
本文介绍如何在 Eclipse Helios 中安装 Subclipse 和 Google 插件,并配置代理设置以便 Eclipse 可以连接互联网。同时提供了一个具体的示例说明如何通过配置文件告知 Subclipse 代理设置。
1789

被折叠的 条评论
为什么被折叠?



