I have text file named data.text which I want to pass as argument to my program named program.java . from the command line after compilation I just use
$java program data ----
how could I pass the same argument to the program in eclipse IDE. I guess it is possible to pass the argument to program in eclipse and run it