A place for all your Linux needs
Eclipse is an integrated development ennvironment primarily for Java but with the extra plugins it can also be used to develop applications in C, C++, PHP, Scala, etc.
Here we are explaining How to install eclipse on linux. Distros covered are Fedora, CentOS and RHEL.
Go to www.eclipse.org/downloads/ and select suitable version according to your needs.
We are extracting the Eclipse package into /opt directory.
Paste following code in the file.
#!/bin/sh export ECLIPSE_HOME="/opt/eclipse" $ECLIPSE_HOME/eclipse $* |
You are done!
Hmm, I usually just extract it and copy it to some folder like /home/user/Programs
When I performed the last step, I got this:
(gedit:24210): Gtk-WARNING **: Calling Inhibit failed: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
Do `sudo apt-get install gir1.2-gtksource-3.0` and then retry installing.