The eclipse log file:
To launch Eclipse with a particular jvm:
eclipse -vm /absolute_path/bin/java
Some basic links about RCP development:
| Plugin | Description | Update Site |
|---|---|---|
| JDT | Java development | Eclipse update |
| CDT | C/C++ development | Eclipse update |
| PyDev | Python and Jython development | http://pydev.org/updates |
| RSE | Remote System Explorer | Eclipse update |
| SimpleSearch | Simple Search | http://www.emilmont.net/eclipse/simplesearch |
| Subversive | SVN client (100% Java) | http://www.polarion.org/projects/subversive/download/1.1/update-site |
| EHEP | Eclipse Hex Editor Plugin | http://ehep.sourceforge.net/update |
| ECalc | Eclipse Calculator |