0

for some reason, i must use old version of eclipse Ganymede for developing. When install, it just has JDT for programming java. I want to add CDT for programming C. But I don't know update site of this version. I have tried this link:

http://download.eclipse.org/releases/ganymede

But this link won't help. Please tell me.

Thanks :)

hqt
  • 29,632
  • 51
  • 171
  • 250
  • Your link misspells "ganymede"? BETTER CHOICE: There's always good old "vi" and "make" :) PS: Try this link: http://www.eclipse.org/ganymede/ – paulsm4 Feb 19 '13 at 18:50
  • @paulsm4 sorry, that my typos . I have edited. – hqt Feb 19 '13 at 18:53

1 Answers1

0

I have solved this problem by myself. Instead install from eclipse, you can install from terminal.

su
// typing your root password here
yum install eclipse-cdt

And this method will work not only for this version but all others. Hope this will help many others.

hqt
  • 29,632
  • 51
  • 171
  • 250