Errata

Mac OS X for Java Geeks

Errata for Mac OS X for Java Geeks

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 23
Example 3.3. Launching NetBeans with the Aqua look and feel

Apple has now deprecated the com.apple.mrj packages with the recent release of the java 1.4.1 update
so the -ui switch printed is incorrect.
The new -ui switch is :
-ui apple.laf.AquaLookAndFeel

Making the code example 3-3 read as follows :
./runide.sh -userdir /netbeans_aqua -ui apple.laf.AquaLookAndFeel -fontsize 11

Anonymous   
Printed
Page 25
bottom of the page

URL for JBuilder listed as -
http://www.jbuilder.com
should be:
http://www.borland.com/jbuilder

Anonymous   
Printed
Page 25

This paragraph says that Mac OS X is a supported platform for JBuilder, but the
Borland site seems to disagree, listing only Windows, Linux, and Solaris as supported
for the latest version of JBuilder (which is 9 as of this writing).

AUTHOR: I contacted Borland, and their PR dept said that they have/will not
released JBuilder 8 or 9 for OS X due to a lack of market demand.

They also said that if demand increases, they may change their decision.

Anonymous   
Printed
Page 34
1st sentence

http://ant.apache.org/ant does not work. Instead, go to http://ant.apache.org and
choose Download in the left column. This takes you to
http://ant.apache.org/bindownload.cgi, where you now, july 2003, can download e.g.
apache-ant-1.5.3-1-bin.tar.gz

Anonymous   
Printed
Page 36
2nd paragraph under "Ant Documentation"

Change
http://jakarta.apache.org/ant/manual/tasksoverview.html
to
http://ant.apache.org/ant/manual/tasksoverview.html

Change
http://jakarta.apache.org/ant/manual
to
http://ant.apache.org/ant/manual

Anonymous   
Printed
Page 231
link for the JBoss Template Project

http://www.jboss.org/docs/#free-30x
no longer works, it is now -
http://www.madplanet.com/jboss-template/index.html

Anonymous