In command prompt i usually give input to java program as follows
c:/> java Myprogram < in.txt
this in.txt have input for the Myprogram class
but i cannot do the same in eclipse
i have give the parameter in program arguments in run configuration as
< in.txt
no error is coming. simply the program ask for the input
what should i do.