If you deployed the launch configuration as an MDWorkbench RCP application,
you might prefer to export the MDWorkbench project as an Eclipse plug-in, instead of a a standalone JAR file.
Here are the steps:
You then need to customize the deployed launch file, to reference the deployed plug-in instead of the standalone JAR file
Here are the steps:
At this stage, the following deployed files are unecessary and can be safely removed:
Running the launch configuration, either in the RCP application user interface and as a command line application, will use the deployed plug-in (from the plugins directory) and not the deployed standalone JAR file.
If the MDWorkbench project is modified, you don't need to deploy again the whole RCP application. You just need to deploy the project as an Eclipse plug-in, as described above.
Running an MDWorkbench RCP application
Running an MDWorkbench command line application