Is there a way to run multiple applications with just one press of a button?
Say, I have AppA, AppB, and AppC (they are all in java). Is there a way that they could run all 3 in some order with just one button press?
It's kinda tedious hitting the "run" button for like 10 applications. I'm assuming a script or maybe a plugin?
Allow parallel runSelect Run | Edit Configurations from the main menu or Edit Configurations from the run/debug configuration selector on the toolbar. Choose your configuration from the list. Select the Allow parallel run checkbox and click OK.
You can switch between opened projects using Ctrl+Alt+] (next project) and Ctrl+Alt+[ (previous project). This opens new window of same instance of Intellij.
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:
Other answers have mentioned the Multirun plugin, which may offer more functionality than IntelliJ's native options. I haven't used it, but it might be worth looking at.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With