The directory now contains two subdirectories and a vortex.jar file:
sample | Sample Java and JDBC programs |
html | HTML Java and JDBC method descriptions |
Alternatively, you can add this directory to the $CLASSPATH environment variable using the following command for C shell:
setenv CLASSPATH "$CLASSPATH":"/usr2/mfxdbc"
Or the following for Bourne shell:
CLASSPATH=$CLASSPATH:/usr2/mfxdbc export CLASSPATH