Return to site

Download Eclipse Kepler

broken image


Eclipse downloads are not password protected. This is a known problem with the built-in decompression utility on all current versions of Windows. We recommend that you either download the installer or use a more robust decompression utility such as the open source 7zip when decompressing an Eclipse download. Provides access to the software repository for the Eclipse Kepler release. This repository site URL is typically pre-populated in the list of software repositories when you install the Eclipse Platform or SDK.

ProjectRelease
Eclipse Acceleo3.7.3
Eclipse Accessibility Tools Framework1.5.1
Eclipse aCute - C# and .NET Core development tools in Eclipse IDE0.2.0
Eclipse Amalgamation1.8.0
Eclipse ATL4.0
Eclipse BPEL Designer1.1.2
Eclipse BPMN2 Modeler Project1.5.0
Eclipse Buildship: Eclipse Plug-ins for Gradle2.2.0
Eclipse Business Intelligence and Reporting Tools (BIRT)4.8.0
Eclipse Business Process Model and Notation (BPMN2)1.5.0
Eclipse C/C++ Development Tooling (CDT)9.5.0
Eclipse CDO Model Repository4.7.0
Eclipse Code Recommenders2.5.0
Eclipse Collections9.2.0
Eclipse Communication Framework3.14.0
Eclipse Corrosion: the Eclipse IDE for Rust0.1
Eclipse Data Tools Platform1.14.100
Eclipse Dynamic Languages Toolkit5.9
Eclipse e(fx)clipse3.1.0
Eclipse EclEmma3.1.0
Eclipse Ecore Tools3.3.0
Eclipse EGit: Git Integration for Eclipse5.0.0
Eclipse EMF2.14.0
Eclipse EMF Client Platform1.17.0
Eclipse EMF Compare3.3.3
Eclipse EMF Diff/Merge0.10.0
Eclipse EMF Facet1.3.0
Eclipse EMF Parsley1.3.0
Eclipse EMF Services1.12.0
Eclipse EMFStore1.9.0
Eclipse Equinox4.8.0 (Photon)
Eclipse Extended Editing Framework (EEF)2.1.0
Eclipse Generation Factories (EGF)1.6.0
Eclipse GMF Runtime1.12.0
Eclipse Graphical Editing Framework (GEF)5.0.100 (Photon)
Eclipse Graphiti0.15.0
Eclipse JGit: Java implementation of Git5.0.0
Eclipse Jubula Functional Testing Tool6.0 (Photon)
Eclipse JWT1.7.0
Eclipse Linux Tools7.0.0
Eclipse LSP4E0.6.0
Eclipse LSP4J0.4.1
Eclipse Lua Development Tools1.4.2
Eclipse Marketplace Client1.7.0
Eclipse Maven Integration1.9
Eclipse Maven Integration for Web Tools Platform1.4.0
Eclipse MDT UML25.4.0
Eclipse MDT XSD (XML Schema Definition)2.14.0
Eclipse Memory Analyzer1.8.0
Eclipse Modeling Workflow Engine2.10.0
Eclipse MoDisco1.2.0
Eclipse Mylyn3.24
Eclipse Object Teams2.7.0
Eclipse OCL (Object Constraint Language)6.4.0 Photon
Eclipse Oomph1.9.0
Eclipse Packaging Project4.8.0
Eclipse Paho1.4.0 (Photon)
Eclipse Papyrus4.0.0
Eclipse Parallel Tools Platform (PTP)9.2.0
Eclipse PHP Development Tools6.0
Eclipse PMF0.4.1
Eclipse Project4.8.0
Eclipse QVT Operational3.8.0
Eclipse QVTd (QVT Declarative)0.15.0 Photon
Eclipse RCP Testing Tool2.3.0 (Photon)
Eclipse RedDeer™2.2.0
Eclipse Remote Application Platform3.5.0
Eclipse Sapphire9.1.1
Eclipse Scout8.0.0
Eclipse Sirius6.0.0
Eclipse SWTBot™2.7.0
Eclipse Target Communication Framework1.6.0
Eclipse Target Management: Terminal and Remote System Explorer (RSE)4.4.0
Eclipse TM4E - TextMate support in the Eclipse IDE 0.1.0
Eclipse Tools for Cloud Foundry1.2.0 (Photon)
Eclipse Trace Compass4.0.0
Eclipse User Storage Service SDK1.1.0
Eclipse VIATRA2.0.0
Eclipse Web Tools Platform Project3.10 (Photon)
Eclipse WindowBuilder1.9.1
Eclipse Xpand2.2.0
Eclipse Xtext2.14.0
Eclipse XWT1.3.2
Eclipse Yasson1.0.2
EclipseLink2.6.5
Download Eclipse Kepler

Java 8 is officially available since a couple of days. It was released on March 18th this year. Yeah! But – Eclipse, the biggest and most popular Java IDE is a little bit behind the schedule (at least IMHO). There is no official Eclipse version for Java 8 right now!

But there are two other thing: an up-to-date nightly build of the new Eclipse version Luna which will be released with Java 8 support and a patch for the current Eclipse version Kepler! Since it is sometimes (= always) hard to find the correct Eclipse version on eclipse dot org or anything useful at all, here is how to do it.

If you still use Eclipse Juno (4.2), you use an old version of Eclipse without Java 8 support and I strongly recommend to use a new version (as described below). If you cannot do that (or don't want to do that) here is an old tutorial from me how to setup Java 8 in Eclipse Juno: http://tuhrig.de/java-8-in-eclipse-juno.

Kepler (4.3) is the current version of Eclipse. You can download it from http://www.eclipse.org/downloads. After you downloaded it, it will not have Java 8 support right out of the box! To add it, you have to install a feature patch:

  1. Download and install Java 8 (e.g. from Oracle JRE/JDK or OpenJDK)
  2. Add it to Eclipse:
  3. Install the feature patch via Help > Install New Software...:
    http://download.eclipse.org/eclipse/updates/4.3-P-builds/

You have to restart Eclipse during the installation and accept a license and click several next-buttons. But after you installed the feature patch, you have Java 8 support in Eclipse Kepler (4.3). If you have problems with the installation process, download a new Eclipse Kepler version.

Reference

Luna (4.4) is the upcoming version of Eclipse. It will be released this summer and it will contain Java 8 support. But you can already download some nightly builds of it which contains Java 8 support.

You can download Eclipse Luna here. Just make sure you download the correct build version, since not all builds have Java 8 support already! When you download the correct version, you can just run Eclipse and use the new Java 8 features (you also need to install Java 8, e.g. from Oracle JRE/JDK or OpenJDK).

Download Eclipse Kepler 4.3.2

By the way, some nightly builds still contain test errors. This is due to the fact that Eclipse Luna is still in development. But to play around with Java 8 or for a small project it should already be good enough.

Eclipse

Java 8 is officially available since a couple of days. It was released on March 18th this year. Yeah! But – Eclipse, the biggest and most popular Java IDE is a little bit behind the schedule (at least IMHO). There is no official Eclipse version for Java 8 right now!

But there are two other thing: an up-to-date nightly build of the new Eclipse version Luna which will be released with Java 8 support and a patch for the current Eclipse version Kepler! Since it is sometimes (= always) hard to find the correct Eclipse version on eclipse dot org or anything useful at all, here is how to do it.

If you still use Eclipse Juno (4.2), you use an old version of Eclipse without Java 8 support and I strongly recommend to use a new version (as described below). If you cannot do that (or don't want to do that) here is an old tutorial from me how to setup Java 8 in Eclipse Juno: http://tuhrig.de/java-8-in-eclipse-juno.

Kepler (4.3) is the current version of Eclipse. You can download it from http://www.eclipse.org/downloads. After you downloaded it, it will not have Java 8 support right out of the box! To add it, you have to install a feature patch:

  1. Download and install Java 8 (e.g. from Oracle JRE/JDK or OpenJDK)
  2. Add it to Eclipse:
  3. Install the feature patch via Help > Install New Software...:
    http://download.eclipse.org/eclipse/updates/4.3-P-builds/

You have to restart Eclipse during the installation and accept a license and click several next-buttons. But after you installed the feature patch, you have Java 8 support in Eclipse Kepler (4.3). If you have problems with the installation process, download a new Eclipse Kepler version.

Reference

Luna (4.4) is the upcoming version of Eclipse. It will be released this summer and it will contain Java 8 support. But you can already download some nightly builds of it which contains Java 8 support.

You can download Eclipse Luna here. Just make sure you download the correct build version, since not all builds have Java 8 support already! When you download the correct version, you can just run Eclipse and use the new Java 8 features (you also need to install Java 8, e.g. from Oracle JRE/JDK or OpenJDK).

Download Eclipse Kepler 4.3.2

By the way, some nightly builds still contain test errors. This is due to the fact that Eclipse Luna is still in development. But to play around with Java 8 or for a small project it should already be good enough.

To test your Eclipse IDE, here is a very simple Java 8 example:

Eclipse Accessibility Tools Framework

2
4
publicstaticvoidmain(String[]args){
newThread(()->System.out.println('Hello Java 8!')).start();
}

If you have problems with Java 8 in Eclipse check your project settings. If your compliance level is not set to 1.8, you cannot use Java 8. And if you don't even have the compliance level 1.8 then your Eclipse somehow doesn't support Java 8 and something went wrong. In this case, get yourself a new Kepler version and install the feature patch or download an appropriate Luna build as described above.

  • For Juno: http://tuhrig.de/java-8-in-eclipse-juno
  • For Kepler: https://wiki.eclipse.org/JDT/Eclipse_Java_8_Support_For_Kepler
  • For Luna: http://download.eclipse.org/eclipse/downloads

Best regards,
Thomas

Related Posts





broken image