Eclipse RCP开发(二):创建第一个RCP项目

原文链接:https://blog.csdn.net/vking_wang/article/details/8716073

1、New - Plugin Project

 

 2、设置其ID、版本号、名称

  取消选择Generate an activator

  将Rich Client Application区域设为Yes

 

 3、选择Hello RCP模板;没有则选择RCP 3.X application(minimal)

 

4、生成的项目结构如下:

 

 5.、运行:自动创建的代码会生成一个空界面,运行结果如图:

 

posted @ 2019-09-21 09:33  一叶之灵  阅读(1405)  评论(1)    收藏  举报