Tagged Questions

4
votes
3answers
3k 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 ...
1
vote
4answers
1k views

Separate standard output from standard error when running a program in eclipse

I am debugging a Java program in eclipse. This program normally writes binary data to its standard output but can write error messages & stack traces to its standard error stream. I would like ...