skip to main content
Setting Up the samples
 

Setting Up the samples

This appendix describes how to use the samples included as part of the OpenAccess SDK installation. The instructions here are for sample Java IPs for use with the OpenAccess SDK SQL engine. Additional samples are available at:
http://www.datadirect.com/developer/code_library/index.ssp
In these instructions, replace the example string with the sample you are attempting to build. For example, to use these instructions with example1, substitute all occurrences of example with example1. Some examples use static schema and others implement dynamic schema. The instructions vary depending on what type of schema the example IP is using.
The source code and project files for the samples are located under the install_dir\ip\oajava\example directory, where example is replaced by example1, example3, or memory. During installation, the OpenAccessSDK810_Java service is configured with the example and memory data sources. Both are fully configured; you only need to compile the Java files associated with these samples.
In this section: 
* Description of the samples
* Setting up a sample on Windows
* Setting up a sample on Linux/UNIX