> Using JDE (2.5.1) and NTEmacs, I'm having problems with
> BufferedReader.readLine() to do very simple IO. It appear that my
> input is being passed to the java program, but nothing further is
> echo-ed to the screen until the program is terminated, at which point
> all of the remaining IO is printed out.
>
> Looking back through the news archive of this list at sunsite.auc.dk,
> I have seen the problem mentioned once or twice before, but never an
> answer. Is there any solution?
If performance is not an issue, make the buffer size 1 when you construct
the BufferedReader.
>
> --
>
> Gilbert Laycock email: [EMAIL PROTECTED]
> Maths and Computer Science, http://www.mcs.le.ac.uk/~glaycock
> Leicester University phone: (+44) 116 252 3902
Dave F