[java-dev] System.out.print -- found problem
garton at columbia.edu
garton at columbia.edu
Mon Dec 17 10:31:41 MST 2007
- Previous message: [java-dev] System.out.print
- Next message: [java-dev] System.out.print -- found problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Of course about 5 mins after posting to the list I found what was going awry. System.out.print() vs. System.out.println(). The second will flush the print buffer, the first does not (even with an imbedded '\n' in the string). duh. brad http://music.columbia.edu/~brad Quoting garton at columbia.edu: > Life would sure be a heck of a lot easier if I could get this to work in mxj. > > brad > http://music.columbia.edu/~brad > > > > _______________________________________________ > java-dev mailing list > java-dev at cycling74.com > http://www.cycling74.com/mailman/listinfo/java-dev
- Previous message: [java-dev] System.out.print
- Next message: [java-dev] System.out.print -- found problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
