mainToOutput(args, new PrintWriter(System.out, true)); the above works, can you check it in.
On Fri, Jul 8, 2011 at 12:14 AM, Sean Owen <[email protected]> wrote: > Ah, yes try adding a second parameter "true" to the PrintWriter constructor > that wraps System.out. Does that do it? > > On Thu, Jul 7, 2011 at 3:36 PM, Xiaobo Gu <[email protected]> wrote: > >> I can see the autoflush property of output is false, does it matter? >> >> >
