简体   繁体   English

如何使用Maven为RCP插件项目生成.exe文件

[英]how to generate .exe file using maven for RCP plugin project

I have created one RCP Plugin project and converted it into maven project. 我创建了一个RCP插件项目,并将其转换为maven项目。 I have to generate .exe file for this project using maven. 我必须使用maven为该项目生成.exe文件。 The problem is that this RCP project not have main method. 问题是该RCP项目没有主要方法。 Please share how to to do this. 请分享操作方法。

See the tutorials at the Code & Me blog . 请参阅Code&Me博客中的教程。 They take you from the basics of building a single plugin with Maven Tycho to building more complex artifacts such as products (which include the .exe), update sites and the like. 他们将带您从使用Maven Tycho构建单个插件的基础知识,到构建更复杂的工件(如产品(包括.exe),更新站点等)的基础知识。

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

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