Eclipse PDE Headless Build: To Order!

If your product-based Eclipse PDE Headless Build seems to work just fine and creates some archives with files and executables inside, you might still experience one ugly problem:
Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved and started (see config.ini)
This message will appear in the error log, brought to you by a very plain dialog box. You can solve this problem by editing the product definition file. In the Configurationsection, add the plug-in org.eclipse.core.runtime to the list. Then enable Auto-Start and set the Start Level to 2. Since the default start level of OSGi bundles is 4, this will ensure that this plug-in is loaded before the others.

Trackback URL for "Eclipse PDE Headless Build: To Order!"

http://www.volker-wegert.de/en/trackback/64

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Eclipse IDE

I have a similar problem with my eclipse installation.

Could you please provide an example of the product definition file (ini file)?

Thanks.

Rob