Hi all,
I have written a
Java console application, and I use command- line arguments in the main method of my application.I want to debug this application in Eclipse. When I launch my application in debug mode, I want Eclipse to let me set command-line arguments.But I don't know how to do it.Please, how can I set command-line arguments in debug mode in Eclipse?
Thanks you in advance for your answers.