Install Eclipse Mars 4.5 on Fedora 24/23, CentOS/RHEL 7.2/6.8/5.11 - Comment Page: 1
This is guide, howto install latest Eclipse Mars.2 4.5.2 on Fedora, CentOS and Red Hat (RHEL). This guide should work with Fedora 24/23/22/21/20/19/18/17/16/15/14/13/12, CentOS 7.2/6.8/5.11 and Red Hat (RHEL) 7.2/6.8/5.11 and even with earlier versions. Latest working version on CentOS/RHEL 5.11 is Eclipse Luna 4.4.2.
Eclipse is a multi-language software development environment comprising an integrated development environment (IDE) and an extensible plug-in system. It is written primarily in Java and can be used to develop applications in Java and, by means of various plug-ins, other languages including C, C++, COBOL, Python, Perl, PHP, Scala and Ruby (including Ruby on Rails...
[…] Your Development Computer and Install Required softwares1.1 Install Sun/Oracle Java JDK/JRE1.2 Install Eclipse SDK 3.6 (Helios)2. Install Andoid SDK2.1 Change root usersu – ## OR ## sudo -i2.2 Download and Install Android SDK## […]
Very good, thanks!
Great tutorial! thx for the info! Work like a charm on Fedora 13 64-bit
Very good, thanks!
Thanks JR! Excellent guide!
Thank you! It was very useful!!
I did this installation, which is great. However now I need to do a clean removal of this eclipse installation. How can I properly remove the reference from the usr/bin/ path?
Hi Andres,
If you installed Eclipse using this guide exactly, then removal is very simple, just remove following files and directory (as root):
Hi!
The installation procedure for eclipse which is published by is awsom. It made it so easy to install eclipse on llinux for me. It is really helpfull. Now the eclipse is installed can you please spare sometime to write a few tutorials for debugging C++ code on eclipse (In case you already have written some tutorials) kindly let me know of them.
Regards
Waqar
Hi Waqar,
Nice to hear that you like this install method! :) Yes I can write more Eclipse tutorials, but I’m not C/C++ programmer. My main programming languages are PHP, Java, Perl and Bash.
I have currently two guides, which are directy related with Eclipse:
Install Android SDK and Eclipse ADT
Install Eclipse plugins guide
In case the previous instruction does not work .. here’s another suggestion to correct the “Failed to load the JNI shared library /usr/java/jdk1.6.0_21/jre/bin/../lib/i386/client/libjvm.so” error:
chcon -t texrel_shlib_t ‘/usr/java/jdk1.6.0_21/jre/lib/i386/client/libjvm.so’
Thanks for chcon hint. Solved my problem
Thanks for that, helped me sort through the process.
very – very good. i was waited next tutorial’s
Nice write-up. Thanks!
Very Good Tutorial. Just one comment, sometimes after installing on CentOS when you get
Failed to load the JNI shared library /usr/java/jdk1.6.0_21/jre/bin/../lib/i386/client/libjvm.so error, you can also resolve it by updating eclipse.ini file with the correct java path.
Thanks a lot!!!
Thanks so much!
I’ve been looking for this for 3 days!