Changes

Jump to: navigation, search

Eclipse Installation Howtos

1,145 bytes added, 12:03, 16 September 2011
no edit summary
|+
! Installing Eclipse SDK, Version: 3.7.0, on Windows.
|-
| *Please note, you must have Java JRE or JDK installed in order to install and run Eclipse.
Make sure you do this first. [http://www.oracle.com/technetwork/java/javase/downloads/index.html Java SE Downloads]
|-
| ---01. Navigate to http://eclipse.org/ and click downloads.
[[Image:Eclipseinstall13.png|thumb|150px| ]]
|}
 
 
----
 
After I installed the Classic version of Eclipse, I found out that there was no option to start a C++ project. It didn't existed.
 
What I did then after opening Eclipse was: Help/Install New Software.. From the "Work with" list I selected all available. Then in "type filter text" I types C++ and downloaded the packages:
* C/C++ Develpment Tools
 
* C/C++ Develpment Tools SDK
 
* C/C++ Library API Documentation Hover Help
 
 
After installing them I downloaded and Installed the MinGW compiler [http://sourceforge.net/projects/mingw/files/Automated%20MinGW%20Installer/mingw-get-inst/ MinGW automated installer] C and C++ options and added the path of the MinGW compiler (in my case C:\MinGW\bin) to the environment variable PATH of the computer. Also, I made a copy of the file mingw32-make.exe (C:\MinGW\bin) and renamed it to make.exe.
 
After that I restarted Eclipse and was able to create a C++ project, compile and run.
1
edit

Navigation menu