Changes between Version 10 and Version 11 of DeveloperGuidelines/Eclipse
- Timestamp:
- 07/08/10 14:55:04 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Eclipse
v10 v11 6 6 7 7 == Installation == 8 1. Install Eclipse 3.6: http://www.eclipse.org/downloads/packages/eclipse-classic-360/heliosr 9 2. Install !PyDev through Eclipse: 8 1. Install [http://java.sun.com/javase/downloads/widget/jdk6.jsp Java JDK] 9 2. Install [http://www.eclipse.org/downloads/packages/eclipse-classic-360/heliosr Eclipse 3.6] 10 3. Install !PyDev through Eclipse: 10 11 i. Eclipse > Help > Install New Software 11 12 i. Work with: http://pydev.org/updates 12 13 i. Add, OK 13 i. tick PyDev (can exclude the optional !PyDev Mylyn Integration), Next, Next, Accept, Finish14 i. tick !PyDev (can exclude the optional !PyDev Mylyn Integration), Next, Next, Accept, Finish 14 15 i. tick to trust certificate, Restart now 15 3. Set up the Python Interpreter:16 4. 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 4. Add a new !PyDev Project:19 5. Add a new !PyDev Project: 19 20 i. File > New > Project > !PyDev Project > Next 20 21 i. untick Use Default 21 22 i. Browse to the web2py directory 22 23 i. Give the project a name: eden, Next 23 5. Debug Configuration: Run > Debug Configurations > Python Run24 6. Debug Configuration: Run > Debug Configurations > Python Run 24 25 i. Name: Sahana Eden 25 26 i. Project: Browse to eden