I want to install Eclipse Indigo for Java EE developers in CentOS through yum command.

yum install eclipse ...

What is the exact command?

link|improve this question

0% accept rate
feedback

2 Answers

Download the Eclipse archive from the Eclipse website. Unpack it in a suitable loaction. The unpacked directory tree includes the executable. It is not packaged using RPM. The RedHat (and other O/S) provided versions are usually very old and do not include the Java EE Eclispe modules.

link|improve this answer
feedback

CentOS 6 includes Eclipse 3.6.1 (Helios) so it's not possible to install Eclipse 3.7 (Indigo) through Yum.

You can either install it manually like Raedwald explained OR you could use Fedora 16 which ships Indigo.

Since RHEL/CentOS is very conservative regarding software versions, I wouldn't expect Indigo to be supported any time soon.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.