This topic describes how to finish the installation
of the Eclipse IDE.
If you have installed the optional Eclipse IDE component,
you should finish the installation by following these steps:
- Install Java™ 1.4 from IBM® (http://www.ibm.com/developerworks/java/jdk/linux/download.html)
or Sun (http://java.sun.com/javase/downloads/index.jsp).
- The default Java VM (GCJ) that comes installed with Fedora 7 is not sufficient.
- If you have a PPC64 system, you must install and use a 32bit Java runtime
environment, because Eclipse for PPC is compiled for the 32-bit architecture.
- Update JAVA_HOME and PATH. For example:
JAVA_HOME=/usr/java/j2sdk1.4.2_13/jre
PATH=$PATH:$JAVA_HOME/bin
- To change your PATH variable, edit the file .bash_profile located
in your home directory, for example: /home/user/.bash_profile.
- Install Eclipse version 3.2.x. Eclipse can be downloaded from http://www.eclipse.org/. Since
version 3.2 is not the latest version, download this version by following
the menu prompts: DOWNLOADS (on top) -> By Project (left) -> Eclipse Platform
(center) .
- Install the CDT version 3.1 plug-ins. CDT is the Eclipse C/C++
Development Tools project. It is a C/C++ IDE that also serves as a platform
for others to provide tools for C/C++ developers. You can download CDT from http://www.eclipse.org/cdt/downloads.php.
- Install the SDK Eclipse IDE for plug-ins using the update manager:
- In Eclipse, click Help → Software Updates → Find
and Install...
- Click Search for new features to install, click Next.
- Click New Local Site...
- Go to /opt/cell/ide.
- Select com.ibm.celldt.update, and click OK.
- Click Finish and follow the on-screen instructions.
- Install the ALF for Cell BE IDE
template package by typing the following command:
# yum install alf-ide-template
- Restart your system to make sure all settings take effect.
For more information about the IDE, see the Eclipse IDE help topic.
To access the IDE help, in Eclipse click: Help → Help Contents → IDE
for Cell Broadband Engine™ SDK.