"Ulrich, Azar S." <AZAR(dot)S(dot)ULRICH(at)saic(dot)com> writes:
> and I do have classpath set to where pg73jdbc3.jar is located via:
>
> export CLASSPATH=.:~/lib
You need to put the JAR file itself in the classpath:
export CLASSPATH=~/lib/pg73jdbc3.jar:<other stuff>
-Doug