1. Find and download Eclipse IDE for C/C ++ developers at http://www.eclipse.org/downloads.
For example:
Http://www.eclipse.org/downloads/download.php? File =/technology/EPP/downloads/release/indigo/R/eclipse-linuxtools-indigo-incubation-linux-gtk.tar.gz
2. Download JRE and find and download it at http://www.oracle.com/technetwork/java/index.html.
For example:
Http://www.oracle.com/technetwork/java/javase/downloads/jre-7u4-download-1591157.html
Download the jre-7u4-linux-i586.tar.gz file.
Extract eclipse-linuxtools-indigo-incubation-linux-gtk.tar.gz to the/OPT folder.
Sudo tar-xzvf eclipse-linuxtools-indigo-incubation-linux-gtk.tar.gz-C/OPT
Extract jre-7u4-linux-i586.tar.gz and put it in a directory. Assume It is/home/Jack/download.
Tar-xzvf jre-7u4-linux-i586.tar.gz-C/home/Jack/download
Copy the files in the jre1.7.0 _ 04 directory to/opt/Eclipse/JRE. If there is no JRE folder, run mkdir.
CP-r jre1.7.0 _ 04/*/opt/Eclipse/JRE
OK. Done.