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:

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.

Copyright© 2019 HCL Technologies Limited