...
Preparing the Derby Database
1. Use the wget
command to download and save Apache Derby Download Apache Derby fromĀ http://apache.mesi.com.ar/db/derby/db-derby-10.8.2.2/ and save it to your computer.
2. Install Apache Derby on your computer using instructions given at http://db.apache.org/derby/manuals.
3. Go to the <derby-installation directory>/bin
directory and run the Derby network server start script. Usually, it is named startNetworkServer
.
Setup Configuration Files
...