Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get the windowbuilder zip file offline Installation?

I want to know what are the eclipse version will support the windowbuilder and its available online for online installation?

like image 668
sathya Avatar asked Nov 12 '16 09:11

sathya


People also ask

How do I open WindowBuilder?

To open with the windowbuilder editor, right click on a java file and select "Open With/Windowbuilder editor". After the source is opened once with this editor, Eclipse will remember it.

Does Eclipse come with WindowBuilder?

WindowBuilder is built as a plug-in to Eclipse and the various Eclipse-based IDEs (RAD, RSA, MyEclipse, JBuilder, etc.). The plug-in builds an abstract syntax tree (AST) to navigate the source code and uses GEF to display and manage the visual presentation.


1 Answers

At present, the chosen answer has become OBE (overcome by events -- obsolete).

In order to install WindowBuilder offline, you must download one of the code repositories listed below. (discussion here)

  • For Eclipse Neon, Oxygen, Photon, 2018 & 2019 (versions 4.6 to 4.11) download an upgraded WB repository.

On the left side of the page, download "repository.zip" (click 'Show Directory Contents' if you don't see that. It should show up.)

Unzip the download.

In Eclipse, select "Install New Software" (under the Help menu).

Click "Add.." to choose the new repository.
Click "Local...", "Browse For Folder" and select the unzipped "repository" folder, then click "OK".
Click the other "OK" (or "Add"), too.

Check the box next to "WindowBuilder". (It should be in the large, open pane of the "Install" window.). Then click "Next>" and all other affirmative options until done.

like image 151
marklark Avatar answered Oct 02 '22 15:10

marklark