Home > Books > Errata > Advanced JavaT 2 Platform How to Program
Errata: Advanced JavaT 2 Platform How to Program
(First Printing)
(First Printing)
We wish to thank our many readers who took the time
to email us with errata. If you find errata not listed on this page,
please email us at deitel@deitel.com. Remember to include the book title and edition.
Note: You can determine which printing you
have by looking at the bottom of the back of the second physical page in
the book (page iv, but it has no page number). Just above the ISBN number
is a list of numbers. For the first printing of the book, the list appears
as follows:
10 9 8 7 6 5 4 3
2 1
The last number in the list is the printing number. So the above list
indicates printing 1 and the following list indicates printing 2:
10 9 8 7 6 5 4 3
2
Why can't I get the J2EE examples to deploy/work properly?
The vast majority of the J2EE examples in Advanced Java 2 Platform
How to Program were implemented with J2EE 1.2.1. There were
SUBSTANTIAL changes to J2EE 1.3.1 that prevent many of our J2EE examples
from working properly. Unless specified otherwise with the example, you
must use J2EE 1.2.1 for the majority of our J2EE examples. You can
download J2EE 1.2.1 from the following site:
Chapter 4
Fig 4.21
- Page 176: Line 79 and 81: Java3DWorld should be java3DWorld
- Page 177: Line 139 Java3DWorld should be java3DWorld
- Page 178: Line 158 Java3DWorld should be java3DWorld
Chapter 8
- Secion 8.7.3, page 488: Line 19 of Fig. 8.35 should be
this.exception = exception;
Chapter 10
- Section 10.8.2, Page 643: At the bottom of the page the URL
should be
Missing Files
- TipTestMIDlet.jar (click to download)
Missing SQL Scripts
- Several of the SQL scripts for creating the
sample databases were missing from the final CD.
Click the following link to download a ZIP file containing the missing scripts: www.deitel.com/books/advjHTP1/advjHTP1_database_scripts.zip - Page 88: "AccountPieChartView" should be "AssetPieChartView".
- Page 465, line 49: replace
results += "\n";
with
results.append( "\n" );
