Changes between Version 16 and Version 17 of DeveloperGuidelines/Eclipse


Ignore:
Timestamp:
07/22/10 16:02:19 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Eclipse

    v16 v17  
    66== Installation ==
    77 1. Install [http://java.sun.com/javase/downloads/widget/jdk6.jsp Java JDK]
    8  2. Install [http://www.eclipse.org/downloads/packages/eclipse-classic-360/heliosr Eclipse 3.6]
    9  3. Install !PyDev through Eclipse:
     8 2. Install [http://download.eclipse.org/eclipse/downloads/drops/R-3.6-201006080911/download.php?dropFile=eclipse-platform-3.6-win32.zip Eclipse 3.6]
     9 3. If using JDK 6u21: [http://wiki.eclipse.org/FAQ_How_do_I_run_Eclipse%3F#Oracle.2FSun_VM_1.6.0_21_on_Windows modify eclipse.ini]
     10 4. Install !PyDev through Eclipse:
    1011  i. Help menu > Install New Software
    1112  i. Work with: http://pydev.org/updates
     
    1314  i. tick !PyDev (can exclude the optional !PyDev Mylyn Integration), Next, Next, Accept, Finish
    1415  i. tick to trust certificate, Restart now
    15  4. Set up the Python Interpreter:
     16 5. Set up the Python Interpreter:
    1617  i. Window > Preferences > !PyDev > Interpreter - Python
    1718  i. New, Browse to python26/python.exe, OK, OK
    18  5. Add a new !PyDev Project:
     19 6. Add a new !PyDev Project:
    1920  i. File > New > Project > !PyDev Project > Next
    2021  i. untick Use Default
     
    2223  i. Give the project a name: eden, Next
    2324  i. untick "Create default 'src' folder and add it to the pythonpath"
    24  6. Debug Configuration: Run > Debug Configurations > Python Run
     25 7. Debug Configuration: Run > Debug Configurations > Python Run
    2526  i. Name: Sahana Eden
    2627  i. Project: Browse to eden