Does enyone know if it is possible to launch a java application in Eclipse but in a loop.
I need to execute a application all the night.
If I try tu run it in win console, it is complicated, I have ti specify a bunch a parameters.
Does enyone know if it is possible to launch a java application in Eclipse
Share
Wrap your main in a call to Runtime.exec and put that in a loop.