
TimesTen Installation 85
• Is the TimesTen service running? To start the service, double-click
Control Panel > Administrative Tools > Services, choose the
TimesTen Data Manager service, and click Start.
Building and running the JDBC demo applications
Source code for a demo application is provided in the install_dir/
/demo/jdbc
directory as part of the TimesTen Data Manager
distribution. Information about these demos is included in the
README
file included in the
demo directory.
To run the demos, source the
install_dir/demo/ttdemoenv.sh or
ttemoenv.csh on Unix or run ttdemoenv.bat on Windows, first, to set
up your demo environment correctly.
You can use the
ttdemoenv.sh or ttdemoenv.csh in the demo
directory on UNIX or
ttdemoenv.bat on Windows to set these
environment variables.
If using
sh, ksh, bash, zsh or a similar shell, type:
% . install_dir/demo/ttdemoenv.sh
If using csh, tcsh or similar shell, type:
% source install_dir/demo/ttdemoenv.csh
Create the data source name (DSN) that the application relies on. For
details, see “Defining data sources for the demo applications” on page
83. You can use one of the demo data sources already provided by
TimesTen. See the
README file in the install_dir/demo directory to
find instructions on how to run the demo.
Viewing the online documentation
Online copies of TimesTen documentation are installed along with the
TimesTen product unless you choose not to install the documentation.
Documentation is provided in PDF format and can be viewed with the
Adobe Acrobat Reader. If you do not currently have the Adobe Acrobat
Reader installed, it is available from the Adobe Systems web page,
http://www.adobe.com.
Online documentation is installed in the
install_dir/doc directory.
Note: The online documentation represents the most current release of
the documentation.