To run your application, the path of vortex.jar must appear in the CLASSPATH of the Java application. For example:
Windows:
SET CLASSPATH=%ACUXDBC_BIN%\vortex.jar;.;%CLASSPATH% java_home_directory\java sample
UNIX:
export CLASSPATH=directory_path/vortex.jar:. java_home_directory/java sample