August 26, 2008 – 1:01 am
Phase 1 Introduction
This tutorial requires the Java Development Kit (JDK) and the Apache Derby software.
First, this section describes which JDK release is required, asks you to install it if you haven't already, then shows you how to configure and verify your installation.
Next, it shows you how to install the Apache Derby software, configure your environment to use the Derby Embedded JDBC driver, and verify your installation with the Derby sysinfo tool.
Java Development Kit (JDK)
Derby requires Java 2 Standard Edition (J2SE) 1.4.2 or higher (this tutorial was developed using JDK 1.5). Only the Java Runtime Environment (JRE) is required to run Derby, but this tutorial compiles a Java application, so it requires the Java Development Kit (JDK).
If you already have a JDK installed, verify you are configured to use it, then proceed to the Apache Derby installation section.
Install JDK
If you have not already installed a JDK, download and install ...
Posted in Tech | No Comments »