Is there a way to create a launch configuration that uses a helper
program to start the executable? Cut to the essentials, we have
Eclipse/CDT on a Linux workstation and build executables for an
embedded system. The helper runs on the workstation and dispatches the
executable down to the embedded system. I would prefer to avoid
modifying Java source, if at all possible. Thanks.