It\'s not really a big problem, but I\'d like to make my life a bit easier. Is there a way to run multiple applications with just one press of a button? Say, I have appA, ap
I think this has been possible since version 15. You simply create a Run/Debug Configuration of type 'Compound', and select the configurations you want to run, so:
There is no such feature yet, please vote:
There seems to be a Multirun plugin for IDEA:
Allows to run multiple run configurations at once: group multiple run configurations and start them in a single click. Not only application and test run configurations can be grouped, but other Multirun configurations can be organized into single run configuration.
In the IntelliJ IDEA 2018.3 (Community Edition) version, you can do this: Run
-> Edit
Configurations...
-> Checked Allow running in parallel
, then you can start multiple main classes.
Select the Written program(java/Scala) --> right click --> Edit --> Select Allow parallel runs check boxenter image description here
Edit run configuration, check the allow run parallel checkbox.