To run your application, the path of
vortex.jar must appear in the CLASSPATH of the Java application. For example:
export CLASSPATH=directory_path/vortex.jar:.
java_home_directory/java sample
Note: You must have read and execute permission on
vortex.jar to run your program. If you get the error message,
vortex.sl. vortex driver, check the permissions that you have on
vortex.jar.
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
Note: You must have read and execute permission on
vortex.jar to run your program. If you get the error message,
vortex.sl. vortex driver, check the permissions that you have on
vortex.jar.