Difference between revisions of "Eclipse"
From HCL
Line 8: | Line 8: | ||
* [[Eclox]] | * [[Eclox]] | ||
* [[Subversive]] or [[Subclipse]] | * [[Subversive]] or [[Subclipse]] | ||
+ | |||
+ | == Preferences == | ||
+ | * To avoid unresolved things, add them either in Eclipse (Project -> Properties -> C/C++ General -> Paths and Symbols) or in environment (see [[Libraries]], CPATH) |
Revision as of 15:53, 26 January 2010
- Install Sun Java 6 (Debian package: sun-java6-jre)
- It is recommended to use the latest version from http://www.eclipse.org/downloads/ Eclipse CDT - a distribution for C/C++ development
- How to install plugins: http://agile.csc.ncsu.edu/SEMaterials/tutorials/install_plugin/ http://www.venukb.com/2006/08/20/install-eclipse-plugins-the-easy-way/
Plugins
Preferences
- To avoid unresolved things, add them either in Eclipse (Project -> Properties -> C/C++ General -> Paths and Symbols) or in environment (see Libraries, CPATH)