config.ini setup for headless eclipse

試著忘記壹切 提交于 2019-12-02 07:14:17

Exporting a product (even a plugin-based product) works much better for providing what you need to get a running RCP application.

But if you've already created a launch config for your headless app, you can find out exactly what bundles you need and potentially what an config.ini file looks like by looking in <workspace>/.metadata/.plugins/org.eclipse.pde.core/<launch-config.name>. There should be a config.ini that PDE generated to launch your headless app.

I'd still recommend creating a .product file for your application and exporting that, unless you have a reason not to.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!