Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
10.2.1.6
-
None
-
Under Fedora core 5
Description
Going through the 10.2 'Working with Derby' manual I think I
have found several file path errors:
--Under Activity 1, the given path is
$DERBY_HOME/demo/toursdb/*.sql
but it should be
$DERBY_HOME/demo/programs/toursdb/*.sql
--Similary, under Activity 3, in section 1, the given path is
$DERBY_HOME/demo/workingwithderby/*
but it should be
$DERBY_HOME/demo/programs/workingwithderby/*
--Finally under Activity 4, section 3, the CLASSPATH given for Windows refers to 'derbyclient.jar', but the UNIX version gives 'derby.jar'. The necessary driver only exists in 'derbyclient.jar'.