score:37
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.
You may want to right click a run configuration in group launch and configure it.
score:-4
You don't need any plugin:
- Create all Run Configurations in eclipse
- Select Organize Favorites...
- Add you favorites, done
score:-1
You can create a separate class that calls your program with different arguments, and run it instead.
public class YourClass {
public static void main(String arg){
System.out.println(arg);
}
}
public class YourClassTester {
public static void main(String[] args){
YourClass.main("SomeArg1");
YourClass.main("SomeArg2");
YourClass.main("SomeArg3");
}
}
score:0
There are two more options listed in Launch an Eclipse Run Configuration from ANT.
You could group them in Ant and then call them using Ant4Eclipse. Or call multiple launch configs from a command script using eclipse remote control.
score:12
Since Eclipse Oxygen (4.7.0) you can use a run configuration of the type Launch Group for that.
score:48
EDIT: According to this answer since Eclipse Oxygen (4.7.0) you can use a run configuration of the type Launch Group for that.
Just install "C/C++ Development Tools" from the CDT (see eclipse.org/cdt/downloads.php ) - this single package is enough, no other CDT packages are needed. This won't disturb your Java environment ;-) Then you have "Launch Groups", for any kind of project, including Java projects. See the following screenshot:
You can run or debug the projects (also mixed mode), define delay times and so on. Have fun!
Source: stackoverflow.com
Related Query
- Running multiple launch configurations at once
- Running multiple run configurations
- Multiple contexts with the same path error running web service in Eclipse using Tomcat
- How to run Eclipse launch configurations programmatically?
- Stop Eclipse/Java running multiple instances
- How to default the working directory for JUnit launch configurations in Eclipse?
- How do I get Logcat for multiple devices running at the same time in Eclipse
- Why is my Eclipse launch configuration not being added to the Run or Debug configurations list?
- In Eclipse, how to have launch configurations relative to the project?
- Where are the external tools launch configurations in Eclipse
- Change text encoding for multiple files at once in Eclipse
- How can I bind a specific key to different launch configurations in Eclipse?
- running selenium webdriver test cases against multiple browsers
- eclipse: put keyboard shortcuts on specific launch configurations
- Single Eclipse install with multiple Configurations and Workspaces
- Eclipse CDT Build Configurations - Build All at once
- Running JUnit tests from multiple projects in Eclipse
- Running Android Tests setUp() method gets called multiple times
- How can I run multiple eclipse launch files sequentially?
- Running multiple Adempiere instance on a single server
- OpenOCD debugging multiple devices at once
- How to launch multiple Java programs with one configuration on separate consoles (with Eclipse)
- Eclipse is creating multiple run configurations every time the same Scala program is run
- How can I launch multiple eclipse IDE with different workspaces?
- Math line only running once in a loop
- IntelliJ advice using multiple maven projects at once
- Build multiple project configurations with eclipse
- '"Eclipse" would like to access files in your Document folder' alerts continuously while running multiple Eclipse instances
- How to pull changes for multiple projects at once
- How do I remove this launch configurations bar in the toolbar on eclipse?
More Query from same tag
- generating report in excel sheet in java
- Git on top of SVN
- Refresh Gradle Project in Eclipse rewrites project settings
- Java openCV embebbed on Web App
- Tomcat not fetching the correct jar
- Eclipse not highlighting current line in remote debug mode
- How to disable positive and negative button if the checkbox is unchecked in java?
- Eclipse takes long time to save web.xml
- How to retrieve C++ class member variable names?
- Error Adding IBM Websphere Application Server V8.5 into Eclipse SpringSource Tool Suite v2.9.1
- @override annotation in JDK 1.6
- switch (v.getId()) where v cannot be resolved
- unfortunately the application stopped: AdMob Error?
- SWT: remove the invisible component space in composite
- org.eclipse.core.contenttype: Could not create content describer
- Eclipse showing old output in console
- How to pass url to webview from rss reader
- Values not showing up during debugging in eclipse PDT
- eclipse - how to make required gems auto-completable
- Showing an image View dynamically
- some variables is inaccessible during debug
- How to debug Spring if project deployed from console to Tomcat server?
- Update Maven Keeps Reverting Back to JavaSE -1.8 in Eclipse from Java JDK 1.8
- Lua to be exported as .apk in Eclipse
- eclipse doesn't see java file generated during installation of maven module
- Using command prompt to execute .java
- Customizable static call graph for Eclipse?
- How Do I Give My C++ Application The File Path Of The File Clicked To Open Said Application
- Setting Optimization flags in Eclipse CDT
- Problem with eclipse internet explorer browser (help system & other)