Launch Multiple Applications simultaneously
I am looking for a way in IntelliJ to launch multipile applications at the same time, very similar to http://blog.joa-ebert.com/2009/05/11/metalaunch-for-eclipse/
I tried with Macro's but it doesn't seem to work right, any ideas?
Please sign in to leave a comment.
In IntelliJ IDEA 12, you can set up a run configuration as a before run task for another run configuration. This should do what you need.
is 12 stable enough for day to day work?
In our experience it is.
I tried it out, it doesn't seem to launch more then one thing. Maybe it dowsn't work with launching processes that have UI's?