Hello guys
I was just wondering if some can help me with the eclipse for java program.
Actually i want to send the input to the program from the keyboard at the runtime.
like:
when we use dos prompt to comple java program we use:
javac filename.java

then when we run the program we use

java filename

and then when we send the input at the runtime we use:

java filename input


I am not able to do the third part in eclipse, i mean i do not know how to do it, can anyone help me.

thank you
Harbir Singh Hundal