I have a project which requires me to run several java programs at once,
each with several arguments (they send each other messages, you get the
idea). It's a pain to have to set up the run configurations and then
individually run each one. How do other people do this? ANT? (I can't
see any ant tasks available for this). Is there an easy way to script
this?