简体   繁体   English

运行Eclipse产品导出向导后,在export \\ eclipse文件夹中看不到exe文件

[英]After run Eclipse Product export wizard, I couldn't see exe file on exported\eclipse folder

First time when I exported Plug-in project by Eclipse Product export wizard, I got exe & ini file on eclipse folder. 第一次使用Eclipse产品导出向导导出插件项目时,我在eclipse文件夹中找到exe和ini文件。 I had some trouble so I re-created new Plug-in project and product configuration file than clicked Eclipse Product export wizard. 我遇到了一些麻烦,因此与单击Eclipse产品导出向导相比,我重新创建了新的插件项目和产品配置文件。 After that I checked created folder, it doesn't including exe & ini file. 之后,我检查了创建的文件夹,它不包括exe和ini文件。

How to create an exe file? 如何创建一个exe文件?

Possible solutions to try 可能的解决方案

  1. Make sure you do not select "generate metadata repository" unless u need p2 site update to your product. 确保除非您需要对产品进行p2网站更新,否则请不要选择“生成元数据存储库”。
  2. Make sure your "application plug in ID" and "Product ID" do not clash. 确保您的“应用程序插件ID”和“产品ID”没有冲突。 If yes, selecting 1st option would fail to generate exe. 如果是,选择第一个选项将无法生成exe。
  3. Make sure you added "org.eclipse.rcp " in your product dependencies. 确保在产品依赖项中添加了“ org.eclipse.rcp”。
  4. Check whether you have selected "The product includes native launcher artifacts" in your product file. 检查您的产品文件中是否选择了“该产品包括本机启动器工件”。 You will find this option in your overview tab. 您将在概述选项卡中找到此选项。

Let me know if these doesn't solve your problem. 让我知道这些是否不能解决您的问题。 Good luck. 祝好运。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM