How to install/Update Eclipse on Windows, Linux and Mac
Here at Flax.ie we really like the eclipse IDE and use it for all out development whether it be Google web toolkit, Android, Java, HTML5, etc. So naturally we will have quite a few tutorials on working with eclipse so we don’t want to have to describe how to install eclipse every time even though it’s extremely simple, so here it is.
HowTo: Install
- Download Eclipse
- Extract the file you downloaded to a suitable location
- That’s it, Eclipse runs straight out of the folder, open it up and double click the executable.
- if you get an error something like “A Java Runtime Environment (JRE) or Java Development Kit (JDK) must be available in order to run Eclipse”. Then you need to go to Java SE download and get the updated version
- Linux and Mac
Check Java version commandjava -version
- Windows
Check Java versionControl Panel -> Add/Remove Programs
- Linux and Mac
HowTo: Update
- Open Eclipse
- Help -> Check for updates
- Simple!
About Eclipse IDE
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 and Ruby (including Ruby on Rails framework). The IDE is often called Eclipse ADT for Ada, Eclipse CDT for C/C++, Eclipse JDT for Java and Eclipse PDT for PHP. (source wiki)
3 Comments
Trackbacks for this post
-
[…] you don’t already have or use Eclipse, read this to learn about installing and […]
-
[…] Make sure your Eclipse install is up-to-date (HowTo install/update Eclipse) […]
Eclipse IDE is really great. I’ve use it with android ADT to develop android applications.