Contents Index Introduction The sample code

Native UltraLite for Java User's Guide
  Tutorial: The CustDB Sample Application

Lesson 1: Build the CustDB application


The sample comes with a build.bat script to build the CustDB sample from the source java files. A clean.bat script is provide for removing all results of the build.

To build the sample

  1. Locate the sample.

    At a command prompt, change directory to the Samples\NativeUltraLiteForJava\CustDB subdirectory of your SQL Anywhere installation. You should leave this command prompt open for the entire tutorial.

  2. Set environment variables.

    Ensure the environment variables ASANY9 and JAVA_HOME are properly defined.

  3. Build the application:


The sample code

Contents Index Introduction The sample code