Preparing the server for Java classes
You must prepare the database server so that you can include the time series Java™ classes in your application by setting the CLASSPATH environment variable to the location of the Java class files.
Your Java program
requires the following products:
- A supported Java software development kit.
- HCL Informix® JDBC Driver, Version 4.10.JC4 or later.
To prepare the database server for using Java classes:
Set the CLASSPATH environment variable to the location
of the .jar file or its contents. For
example, if you leave the .jar file in the default
location, use the following setting:
CLASSPATH=$INFORMIXDIR/extend/TimeSeries.version
/java/lib/IfmxTimeSeries.jar:$CLASSPATH;export CLASSPATH
If
you move the .jar file or expand it, set the
CLASSPATH environment variable to the appropriate directory.