Changes between Version 49 and Version 50 of DeveloperGuidelines/Eclipse
- Timestamp:
- 12/06/11 00:37:42 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Eclipse
v49 v50 5 5 !PyDev is an Eclipse module which supports Python. 6 6 == Installation == 7 An Eclipse install with !PyDev included is available in the 75Mb zip file which also includes Web2Py & Eden: 8 * http://eden.sahanafoundation.org/Sahana-Eden.zip 7 Debian: 8 {{{ 9 apt-get install eclipse-platform 10 }}} 9 11 10 or install manually:11 1. Install [http://java.sun.com/javase/downloads/widget/jdk6.jsp Java JDK] 12 Windows: 13 1. Install [http://java.sun.com/javase/downloads/widget/jdk6.jsp Java JDK] (will come inautomatically if you install Eclipse from Debian package 12 14 2. Install Eclipse (setup for 3.6 is documented below): 13 15 * Look for "Latest release" on the [http://download.eclipse.org/eclipse/downloads/ downloads page]. 14 * (For Linux, and also {{{apt-get install eclipse-platform}}} but may get old version.)15 16 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] 16 4. Install !PyDev through Eclipse: 17 18 Install !PyDev through Eclipse: 17 19 i. Help menu > Install New Software 18 20 i. Work with: http://pydev.org/updates … … 20 22 i. tick !PyDev (can exclude the optional !PyDev Mylyn Integration), Next, Next, Accept, Finish 21 23 i. tick to trust certificate, Restart now 22 5. Recommend installing Psyco to speed-up Python in Eclipse: 24 25 Recommend installing Psyco to speed-up Python in Eclipse: 23 26 * Linux: http://psyco.sourceforge.net/ 24 27 * Windows: http://www.voidspace.org.uk/python/modules.shtml#psyco