User manual
F Eclipse
F. Eclipse
F.1. Installation Notes
Eclipse is an open source community whose projects are focused on building an extensible develop-
ment platform, runtimes and application frameworks for building, deploying and managing software
across the entire software life cycle. In Debian run:
apt-get install eclipse
to install it. Additionally you’ll need to download and install Java 2 SDK or Java 2 JRE from Sun
Microsystems
74
. It can happen that Eclipse doesn’t find Java binary, in this case execute:
eclipse -vm java
To get working with C projects you’ll need the CDT
75
plug-in to compile and debug your software
for the OnRISC.
If you’d like to checkout Kernel or examples from our Subversion repository, use doxygen etc. you
could also find these plug-ins as useful:
• Subclipse (subclipse.tigris.org)
• Gengetopt Eclipse (ggoeclipse.sourceforge.net)
• CMake Editor(www.cthing.com/CMakeEd.asp)
74
java.sun.com/javase
75
http://www.eclipse.org/cdt/
May 2014 OnRISC User Manual 88