Skip Headers
Oracle® TimesTen In-Memory Database Java Developer's Guide
Release 11.2.1

Part Number E13068-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

1 Configuring the Java Development Environment

This chapter describes how to install, configure, and test your TimesTen application development environment. It includes the following topics:

Installing TimesTen and the JDK

Install and configure TimesTen for your environment, as described in Oracle TimesTen In-Memory Database Installation Guide, and the Java JDK, as described in your Java installation documentation. As you set up a Java development environment, the topics of particular interest in Oracle TimesTen In-Memory Database Installation Guide include:

After you have installed and configured TimesTen, create a data store DSN as described in "Creating TimesTen Data Stores" in Oracle TimesTen In-Memory Database Operations Guide. The topics of particular interest include the following:

Setting the Java environment variables

Environment variable settings for TimesTen are discussed in "Environment variables" in Oracle TimesTen In-Memory Database Installation Guide.

On UNIX platforms, you can set environment variables by executing one of the following scripts.

install_dir/bin/ttenv.sh
install_dir/bin/ttenv.csh

On Windows, you can either set environment variables during installation or run the following:

install_dir\bin\ttenv.bat

See "Java environment variables" in Oracle TimesTen In-Memory Database Installation Guide for more information about environment variables for Java, including discussion of the PATH, CLASSPATH, THREAD_FLAGS, and shared library path environment variables.

About the TimesTen Java demos

After you have configured your Java environment, you can confirm that everything is set up correctly by compiling and running the TimesTen Quick Start demo applications. Refer to the Quick Start welcome page at install_dir/quickstart.html, especially the links under Sample Programs, for information about the following:

Note:

All of the level demos support both direct and client/server connections to the data store.