Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the yum command to install Eclipse Indigo for Java EE developers?

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

yum install eclipse ...

What is the exact command?

like image 281
Do The New Avatar asked Feb 13 '12 10:02

Do The New


People also ask

How do I download and install Eclipse IDE for Java EE developers in Ubuntu?

Installing EclipseDownload the latest version of Eclipse from https://eclipse.org/downloads/. You will see many different packages for Eclipse. Make sure you install the Eclipse IDE for Java EE Developers package. Select an appropriate package based on your OS and JVM architecture (32 or 64 bit).


1 Answers

Download the Eclipse archive from the Eclipse website. Unpack it in a suitable location. 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 Eclipse modules.

like image 177
Raedwald Avatar answered Sep 30 '22 09:09

Raedwald