From wellingh@earlham.edu Mon May 11 17:51:20 1998 Received: from infocom.com (infocom.com [199.120.185.1]) by shire.ontko.com (8.8.5/8.8.5) with ESMTP id RAA03231 for ; Mon, 11 May 1998 17:51:20 -0500 Received: from tian.earlham.edu (TIAN.EARLHAM.EDU [159.28.1.12]) by infocom.com (8.8.7/8.8.5) with SMTP id RAA01541 for ; Mon, 11 May 1998 17:50:59 -0500 (EST) Received: from earlham.edu (WELLINGH.POLITIC.EARLHAM.EDU) by tian.earlham.edu (MX V4.2 VAX) with SMTP; Mon, 11 May 1998 17:50:57 EST Message-ID: <35578081.BCE9C001@earlham.edu> Date: Mon, 11 May 1998 17:49:37 -0500 From: Barbara Welling Hall Reply-To: wellingh@earlham.edu Organization: Earlham College X-Mailer: Mozilla 4.05 [en] (Win95; U) MIME-Version: 1.0 To: javagroup@infocom.com Subject: Consequential Typos in Text X-IMAPbase: 1128097126 1 Status: O X-Status: X-Keywords: X-UID: 1 I found two consequential typos on page 50 of The Java Tutorial. The countChars application will not run unless system.err.printlin on the last line of the program is capitalized System.err.println. Also, in order to run the character-counting program you need to enter the full filename. java Count testing does not work java Count testing.txt does work (at least on my Windows machine) This stuff is hard enough without having to second-guess the text! Welling