Eclipse RCP入门(一)
直接使用Eclipse3.3没有使用myeclipse
1、创建了一个Plug-in Project
创建的步骤中 Activetor: com.sillycat.rcp.Activator
Rich Client Application
选择 Yes
2、创建了这个Project的Product Configuration
在easytalk.product文件中,选择Configuration
点击 add 按钮,新增easytalk(自己项目的名字)
3、在easyCat.product中的Configuration中
点击Add Required Plug-ins把运行需要的依赖就加入,才能让项目在导出后脱离Eclipse运行
4、在build.properties中的Build里面
把需要打包的地方都勾选中,比如:bin,icons,plugin.xml,META-INF等
5、Export成为Plug-in Development下面的Eclipse product,直接点击里面的exe就可以执行我们写的Eclipse RCP了
直接使用Eclipse3.3没有使用myeclipse
1、创建了一个Plug-in Project
创建的步骤中 Activetor: com.sillycat.rcp.Activator
Rich Client Application
选择 Yes
2、创建了这个Project的Product Configuration
在easytalk.product文件中,选择Configuration
点击 add 按钮,新增easytalk(自己项目的名字)
3、在easyCat.product中的Configuration中
点击Add Required Plug-ins把运行需要的依赖就加入,才能让项目在导出后脱离Eclipse运行
4、在build.properties中的Build里面
把需要打包的地方都勾选中,比如:bin,icons,plugin.xml,META-INF等
5、Export成为Plug-in Development下面的Eclipse product,直接点击里面的exe就可以执行我们写的Eclipse RCP了