Back to home
Windows & Linux · x86_64

Patched Eclipse SDK

An Eclipse SDK build that carries the Eclipse Platform patches currently under review, with EGit and m2e already installed. Unpack the archive for your platform and start it, nothing else to set up.

Windows · x86_64
eclipse-SDK-vogella-win32-x86_64.zip Download · ~350 MB

Windows 64-bit (win32.x86_64). Requires a JDK 25 or newer on the machine.

Linux · x86_64
eclipse-SDK-vogella-linux-gtk-x86_64.tar.gz Download · ~350 MB

Linux 64-bit GTK (linux.gtk.x86_64). Requires a JDK 25 or newer on the machine.

1

Download the archive

Grab the archive for your platform with the buttons above: .zip for Windows, .tar.gz for Linux.

2

Unpack it

On Windows extract into a short path such as C:\eclipse-sdk, since deeply nested folders can run into the path length limit. On Linux run tar -xzf eclipse-SDK-vogella-linux-gtk-x86_64.tar.gz.

3

Start the IDE

Run eclipse\eclipse.exe on Windows or ./eclipse/eclipse on Linux, and pick a fresh workspace directory when prompted.

4

Report what you see

The point of this build is feedback on the patches. Comment on the matching pull request if something behaves differently than expected.

This is an unsigned, experimental build made from pull requests that are still under review. Use it next to your daily IDE, on a throwaway workspace, not for production work.

Eclipse SDK with patches

A complete Eclipse SDK built from the current Platform sources plus the pull requests that are waiting for review.

EGit and m2e included

Git and Maven tooling are already provisioned, so the IDE is usable for real projects right after unpacking.

No installer

A self-contained archive: unpack it anywhere, delete the folder to remove it, and keep your existing IDE untouched.