Plone集成开发环境eclipse+pydev安装 for windows

Plone集成开发环境eclipse+pydev安装 for windows
    Eclipse Platform 3.7
  1. Select your specific Windows platform at this Eclipse page, and download the compressed file.
  2. Extract the previously downloaded file to your Program Files directory (e.g. d:\Program Files\).
  3. Start Eclipse by running the Eclipse executable included with the release. The executable file is called eclipse.exe, and it is located in the Eclipse installation sub-directory: d:\Program Files\eclipse\eclipse.exe
  4. For more detailed information about Eclipse, see the Eclipse 3.7
安裝Java的执行环境
JRE下载连接

PyDev >= 1.3.17
  1. Install PyDev through Remote Update Site (http://pydev.org/updates/) or getting ZIP files. Follow these instructions for more detailed instructions.
  2. Configure the Python interpreter on PyDev, following these instructions.
Eclipse HTML Editor
Download from here. Put the downloaded JAR file into ECLIPSE_HOME/plugins or ECLIPSE_HOME/dropins.
EclipseHTMLEditor requires GEF (GEF is optinal. If GEF isn't installed, the Palette view would be unavailable). You can install it using Eclipse Update Manager.
Subclipse插件与Eclipse的集成
1. 打开"Find and install"窗口("Help>Software Updates>Find and Install")。

  2. 选择"Search for new features to install"选项并点击Next。

  3. 点击"New Remote Site"并且创建一远程站点,使用名字Subclipse和URLhttp://subclipse.tigris.org/update_1.0.x(参考图1)。

  4. 在结果安装窗口中,把"Subeclipse in the Features"选择到安装列表中,并且通过向导来开始安装插件。

  5. 完成这些之后,重新启动Eclipse。现在,你可以继续往下进行!
[align=right][img]http://pluthon.garage.maemo.org/1st_edition/images/li_back_2.jpg[/img][/align]
设置