javaeclipseeclipse-pluginlaunching-application

How can i import a Eclipse launch-group configuration into another workspace along with project


I have created a launch group configuration for launching a project in my current workspace.
Can i some how save the configuration along with the project so that it can be imported into another workspace ?
If no how can i create a launch-group configuration using a custom eclipse plugin ?


Solution

  • Export

    File -> Export... -> Run/Debug -> "Launch Configurations"

    Then select the configurations you need to export.

    Import

    File -> Import... -> Run/Debug -> "Launch Configurations"

    Then select the configurations into "From Directory".

    Example images are available here along with a sample .launch file.