Please send JDBC related emails to the JDBC list :-)
At 00:54 21/04/01 +0100, nusa wrote:
>Hi,
>
>Yes, I cant't load the JDBC driver !!!
>There must be a silly set-up somewhere, but I
>can't find it.
>4. the JDBC driver is in the CLASSPATH :
> ...;/home/nusa/Java/PostgreSQL/jdbc7.0-1.2.jar
Ah, you have a semicolon ; instead of colon. ; is for Windows, : for unix.
Please read: http://jdbc.postgresql.org/docs/#install
Peter