Errata

Eclipse Cookbook

Errata for Eclipse Cookbook

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
Printed
Page 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);

Anonymous   
Printed
Page 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..."
^

Anonymous   
Printed
Page 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).

Anonymous   
Printed
Page 270
First sentence, last paragraph

"JSP files are can hold java..."
should read:
"JSP files can hold java..."

Anonymous   
Printed
Page 272
first sentence

http://localhost:8080/Ch11/Ch11_01.jsp
should be:
http://localhost:8080/ch11/greeting.jsp

Anonymous   
Printed
Page 277
{11-6} Example 11-4

Example 11-4. An in-place servlet

Class name must be:

ServletInPlace
not
ch11_03

Anonymous   
Printed
Page 284
2nd paragraph

replace
"expanding it in the Tomcat plugins directory"
with
"expanding it in the Eclipse plugins directory"

Anonymous