Changes between Version 16 and Version 17 of DeveloperGuidelines/Eclipse
- Timestamp:
- 07/22/10 16:02:19 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Eclipse
v16 v17 6 6 == Installation == 7 7 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: 10 11 i. Help menu > Install New Software 11 12 i. Work with: http://pydev.org/updates … … 13 14 i. tick !PyDev (can exclude the optional !PyDev Mylyn Integration), Next, Next, Accept, Finish 14 15 i. tick to trust certificate, Restart now 15 4. Set up the Python Interpreter:16 5. Set up the Python Interpreter: 16 17 i. Window > Preferences > !PyDev > Interpreter - Python 17 18 i. New, Browse to python26/python.exe, OK, OK 18 5. Add a new !PyDev Project:19 6. Add a new !PyDev Project: 19 20 i. File > New > Project > !PyDev Project > Next 20 21 i. untick Use Default … … 22 23 i. Give the project a name: eden, Next 23 24 i. untick "Create default 'src' folder and add it to the pythonpath" 24 6. Debug Configuration: Run > Debug Configurations > Python Run25 7. Debug Configuration: Run > Debug Configurations > Python Run 25 26 i. Name: Sahana Eden 26 27 i. Project: Browse to eden