Re: Print on the same line.

2008-12-11 Thread Stelios Philippou
i have tried flush it had no effect. If i remember correctly .err didnt display anything when used. but ill check again tommorow. Franklin P. Jones - "All women should know how to take care of children. Most of them will have a husband some day." On Thu, Dec 11, 2008 at 6:17 PM, Matthias Grunwal

Re: Print on the same line.

2008-12-11 Thread Matthias Grunwalde
Would System.out.flush() help? Alternatively, System.err.println - the error stream isn't buffered; the output stream is buffered, hence needing to write a newline. On Thu, Dec 11, 2008 at 1:12 PM, Stelios Philippou <[EMAIL PROTECTED]>wrote: > I running a long application on an X session that i d

Print on the same line.

2008-12-11 Thread Stelios Philippou
I running a long application on an X session that i do not view it as it runs headless. I just see the command line that i am using in order to help me debug. Since there are a lot of steps in the program that i am performing i want it to show some sort of progress bar. I have managed to make t