I want to install Eclipse Indigo for Java EE developers in CentOS through yum command.
yum install eclipse ...
What is the exact command?
|
feedback
|
|
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. | |||
|
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. | |||
|
feedback
|