Re: System.out PrintWriter print() and flush() not flushing?



On Thu, 28 Feb 2008 21:12:35 -0800 (PST), Karsten Wutzke wrote:
How do I go? Using

System.out.print(".");
System.out.flush();

Does not show the dot immediately as I'd like...

Are you running the program in an ordinary text console, or using
something like Netbeans?

/gordon

--
.