I have a particular executable that I would like to integrate in my Eclipse RCP Framework. Is it possible to wrap the exe in a bundle, define the startingpoints and parameters and start it as a separate tool from my framework? The other question refers to the other way round. Can I retrieve returnvalues from an executable bundle or even exchange parameters/values/something on the fly?
Thank you