Eclipse安装windowbuilder pro
为了更好的支持RCP的开发,我是从eclipse官网中下载的Eclipse for RCP开发工具。
和一般eclipse使用相同,进行一个新的插件安装完成下面操作:
1、进入:Help->Install New Software... ->Work with:http://dl.google.com/eclipse/inst/d2wbpro/latest/3.6->回车;
2、选择安装的软件,这里我选择了全部,选择后进行下一步:
3、按照提示完成安装步骤,完成下载和自动安装后,重启eclipse;
4、进行可视化的操作,添加外部jar包:org.eclipse.swt.win32.win32.x86_3.6.1.v3655c.jar;
添加方法:Project -> Properties -> Java Build Path -> Libraries -> Add External JARs... ->[eclipse home]\plugins\org.eclipse.swt.win32.win32.x86_3.6.1.v3655c.jar