Eclipse notes
From OriWiki
Contents |
Installing Pydev - python development plagin for eclipse
Ubuntu
1. install it from synaptic (search keywords were 'python eclipse')
2. from eclipse:
window->preferences->Pydev->Interpreter Python->python interpreters -> browse to:/usr/bin/python
3. restart eclipse
4. from eclipse: open perspective (button with square icon on the top right area)
Windows (Eclipse 3.4.1)
help -> software updates -> available software -> add site http://pydev.sourceforge.net/updates/ install
- restart
windows -> perspective-> other -> pydev
Key bindings list
help -> Key assist
(or Ctrl+shift+L)
plugin for confluence wiki
Installation on Ubuntu
After installation, I got an error message about not finding a JVM (even when I had one installed..) the following page managed to solve me problem ("No Java Virtual Machine found" section) [1]
Adding path to the include list
select project -> right click -> properties -> c/c++ general -> includes -> add

