14

I'm using Eclipse Neon, that I installed from Eclipse Installer.The problem is when I want to work with Swing, I did not find it.

And when I tried to installed using this solution, I did not find it in the repository of neon. Can Anyone help ?

Community
  • 1
  • 1
Bilal
  • 2,883
  • 5
  • 37
  • 60

3 Answers3

23

Starting today, there is a more official build for WindowBuilder on Neon: http://download.eclipse.org/windowbuilder/WB/integration/4.6/ . You can monitor progress of the re-introduction of WindowBuilder into Neon.1 at https://bugs.eclipse.org/bugs/show_bug.cgi?id=498276 .

Mickael
  • 3,506
  • 1
  • 21
  • 33
17

To install WindowBuilder in Eclipse Neon go to :
Eclipse Help-> Install New Software.

In the textbox for add enter this URL :
http://download.eclipse.org/windowbuilder/WB/integration/4.6/ (as shown in screenshot)
Tick the Window Builder and click Add . Complete the installation.

WindowBuilder

Vijay P R
  • 1,162
  • 1
  • 10
  • 16
0

See http://zaunerc.blogspot.fr/2016/06/windowbuilder-p2-update-site-for.html . Someone created a Neon-compatible build of WindowBuilder to consume until WindowBuilder officially provide a compatible alternative.

Mickael
  • 3,506
  • 1
  • 21
  • 33
  • 1
    Thank you, this one worked (at least, as a temporary solution), I just Added a new repository using this Location : `https://dl.bintray.com/zaunerc/p2/org.eclipse.windowbuilder.p2_site/latest/` – Bilal Jun 28 '16 at 14:39