문제

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 :)

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top