Install eclipse + dltk 3.0 on windows

Can someone provide instructions on installing eclipse + DLTK 3.0 on Windows? I can only find 2.0 in the "Help / Install New Software ..." area, and installing it manually is confused.

+4
source share
1 answer

If you see version 2.0, you can use Eclipse 3.6 or earlier. The latest version of Eclipse Indigo has access to DLTK 3.0 in the installation manager.

Update site address http://download.eclipse.org/releases/indigo

After connecting to this update site, you will find the DLTK components in the list. I turned off "Group Items by Category" and scroll down to "Dynamic Languages ​​.." and then just add the ones you are interested in.

So, step-by-step instructions if you are new to Eclipse:

  • Go to the "window" → "install new software."
  • In the new dialog box, click the Add button.
  • Enter location = "http://download.eclipse.org/releases/indigo", click ok.
  • Select a new update site from the drop-down menu and select the features you want.

Note the dependencies listed on the DLTK web page, you must first install these components.

Not quite sure what problems you have, but this should help you get started. Let me know if you still have problems.

+5
source

All Articles