Java 在 Eclipse Neon 上安装 WindowBuilder
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/38058676/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Installing WindowBuilder on Eclipse Neon
提问by Bilal
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.
我正在使用从 Eclipse 安装程序安装的 Eclipse Neon。问题是当我想使用 Swing 时,我没有找到它。
And when I tried to installed using thissolution, I did not find it in the repository of neon. Can Anyone help ?
当我尝试使用此解决方案进行安装时,我没有在 neon 的存储库中找到它。任何人都可以帮忙吗?
采纳答案by Mickael
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.
从今天开始,在 Neon 上有一个更官方的 WindowBuilder 构建:http: //download.eclipse.org/windowbuilder/WB/integration/4.6/。您可以在https://bugs.eclipse.org/bugs/show_bug.cgi?id=498276监控将 WindowBuilder 重新引入 Neon.1 的进度。
回答by Mickael
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.
请参阅http://zaunerc.blogspot.fr/2016/06/windowbuilder-p2-update-site-for.html。有人创建了一个与 Neon 兼容的 WindowBuilder 版本来使用,直到 WindowBuilder 正式提供兼容的替代方案。
回答by Vijay P R
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.
要在 Eclipse Neon 中安装 WindowBuilder,请转到:
Eclipse 帮助-> 安装新软件。
在添加的文本框中输入此 URL:
http: //download.eclipse.org/windowbuilder/WB/integration/4.6/(如屏幕截图所示)
勾选 Window Builder 并单击 Add 。完成安装。