I have a java project under eclipse. since it produces different results any time it's launched, I have to launch it like hundreds of times and collect the results. is there any way to launch the same project in parallel? like 10 instances per time... that would spare me lots of time.
A "brute force" solution: launch it once then just press the Run (or Debug) toolbar item repeatedly to quickly launch as many instances as you want. That's assuming you have enabled in the Preferences Run/Debug > Launching > Launch Operation > Always launch the previously launched application.