Eclipse Cookbook by Steve Holzner This errata page lists errors outstanding in the most recent printing. If you have technical questions or error reports, you can send them to booktech@oreilly.com. Please specify the printing date of your copy. This page was updated February 06, 2006. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification Confirmed errors: (24) Figure 1-14; The figure shows that the 2nd line of code is org.cookbook.ch01.Ch01_01.main(args); The code should be org.cookbook.ch01.FirstApp.main(args); (24) 5th line from bottom; "...you don't want to have to loop up the correct syntax..." should be: "...you don't want to have to look up the correct syntax..." ^ (188) Example 8-2, SwingClass() function; In the SwingClass constructor in example 8-2, 'contentPane.add(p)' should read 'contentPane.add(panel)' ('p' is not declared). (270) First sentence, last paragraph; "JSP files are can hold java..." should read: "JSP files can hold java..." (272) first sentence; http://localhost:8080/Ch11/Ch11_01.jsp should be: http://localhost:8080/ch11/greeting.jsp {277} {11-6} Example 11-4; Example 11-4. An in-place servlet Class name must be: ServletInPlace not ch11_03 [284] 2nd paragraph; replace "expanding it in the Tomcat plugins directory" with "expanding it in the Eclipse plugins directory"