[4020] in java-interest
Re: your mail
daemon@ATHENA.MIT.EDU (Pat Niemeyer)
Thu Dec 7 19:02:55 1995
Date: Thu, 7 Dec 1995 13:24:02 -0600 (CST)
From: Pat Niemeyer <pat@icon-stl.net>
To: Jonathan_Mark_Smith@CCMAIL.PRUSEC.COM
cc: java-interest@java.sun.com
In-Reply-To: <9511078183.AA818353547@CCMAIL.PRUSEC.COM>
On Thu, 7 Dec 1995 Jonathan_Mark_Smith@CCMAIL.PRUSEC.COM wrote:
> While I play with applets, I like to place output strings throughout the
> code, just to make sure the applet reaches certain critical points.
> However, I'm never sure what the applet does as none of the debugging
> strings I use in the program ever show up (or rarely show up) -- I think
You might have to use System.out.println() ( as oppopsed to print() ) to
get it to flush the buffer properly. You might also try calling
System.out.flush() explicitly.
Pat
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com