Tagged Questions
4
votes
3answers
4k views
I/O redirection in eclipse?
Is it possible to use IO redirection in eclipse? I want to redirect standard input/output on the command line like java MyProgram <input.txt >output.txt, but I can't seem to get it to work in ...