Eclipse RCP导出exe项目

1、选中plug-in工程中的MANIFEST.MF 

2、选中Runtime选项卡,添加Classpath,点击Add按钮添加对应的jar文件

3、选中Build选项卡 ,在Runtime Infomation 、Binary Build、添加jar文件

4、右击整个工程,New->Product Configuration 。

    选中当前的工程 、File name随意填写、Initialize the file content 

    选择 Use a launch Configuration  选择当前工程的名称。Ok

5、Product Definition 区域点击 New 按钮,添加新的 Product name ,Application 选择当前工程(双击新生成的                    xxxx.product文件,即可看到Product Definition 区域

6、如果要在没有虚拟机的电脑运行,则在Launching 选项卡中的 Execution Environment 选择对应虚拟机环境。

7、回到 Overview选项卡,点击右侧的 Eclipse Product export wizard 。

     取消Synchronize before exporting 选项,然后指定输出目录 。

     在Export Options 选中 Export source :Include source in exported plug-ins。

                                  选中Allow for binary cycles in target platform。

8、点击finish即可 。


注意 如果出错,会在输出目录里面生成一个 log.zip. 点击可以进行查错 


你可能感兴趣的:(RCP导出exe项目)