Apologies if this has been asked before, but I could not find a question on it.
How can I configure eclipse to accept three arguments when running my program?
I am used to typing them into the command but eclipse terminal does not seem to let you type anything and the run option does not have an obvious way to put them in.
my program won't run without the arguments because it needs the data from them to do its thing.
Advice would be much appreciated.
This is my run configuration window
