I am using Eclipse Galileo. I am learning Eclipse RCP and doing some examples from a book. Recently my Eclipse Galileo updated and some updated bundles arrived. I have the following problem which totally prevents me from exporting an Eclipse RCP product via the wizard. While exporting a product I get the following error:
alt text http://img12.imageshack.us/img12/1091/eclipseexportproduct.png
I don’t understand how can I fix it..
PS. I fully read the OSGi R4 specification (v 4.1) and some of the compendium chapters. I am also familiar with Equinox since I read another book on pure OSGi development.
Thank you.
The closest I have found from your error message is this thread, with this answer:
That is why some PDE development settings would advise to remove that
${eclipse_home}from the location of the runtime environment. See for instance Corona