Setting up a sample on Linux/UNIX
- Last Updated: May 12, 2026
- 2 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
The following steps provide the process of setting up the schema, building the IP, and configuring the OpenAccessSDK900_Java service. The instructions below assume that you are using the OpenAccess SDK Management Console on Windows to manage the OpenAccess SDK installation on a Linux or UNIX machine.
-
Build the IP module using the following commands:
a.
cd install_dirb. Set CLASSPATH to include
install_dir/ip/oajava/oasql.jar. This can be done using the installed scripts.If you are using a C shell:
source ip/cfg/setenv.cshIf you are using a Korn shell:
. ./ip/cfg/setenv.shc. Change to the sample directory and compile the Java classes:
usr/> cd install_dir/ip/oajava/exampleusr/> javac *.java -
Run the OpenAccess SDK Management Console on Windows and modify the OpenAccessSDK900_Java service running on UNIX to specify the IP module and
schema/exampleas the schema path. Refer to the OpenAccess SDK Administrator's Guide for information about using the OpenAccess SDK Management Console.a. Run the OpenAccess SDK Management Console.
b. Expand the OpenAccessSDK900_Java service to the Data Source Settings node:
- Select
examplefor the example1, example2, or example3 sample. - Select
memoryfor the memory sample.
c. Select the
IP Parametersfolder.d. Modify DataSourceIPSchemaPath to
install_dir/ip/schema/example, where example is example1, example3, or memory.e. Modify the DataSourceIPClass attribute to the class name of the IP:
oajava/example/damip, where example is replaced by example1, example3, or memory.f. Save the settings and restart the OpenAccessSDK900_Java service.
- Select
-
From an OpenAccess SDK client, connect to the IP module you have just built:
- Use the example data source for example1 or example3. These samples do not require a user name and password.
- Use the memory data source to connect to the memory sample. The memory sample requires the user name
poohand the passwordbear.