javaeclipserun-configuration

Running multiple launch configurations at once


I have several launch configurations in Eclipse each launching the same Java program but with different parameters.

Now is it possible to run all of these at once (with one mouse click) instead of selecting each of it separately and launching it?


Solution

  • I found this post on the Eclipse trackers: Start multiple debug configurations at once

    While it talks about multi-launching debug configurations, I think it is just as applicable to run configurations.

    Launch Group

    You may want to right click a run configuration in group launch and configure it.

    Launch sequential