From: | "Campano, Troy" <Troy(dot)Campano(at)LibertyMutual(dot)com> |
---|---|
To: | "Jason S(dot) Friedman" <jason(at)powerpull(dot)net>, <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: jdbc/redhat8.0/postgresql upgrade |
Date: | 2003-01-16 20:19:42 |
Message-ID: | 82C3FD729CFA504CA44E7D32BDED411FBD3FE5@LM-EXMSG-07.lm.lmig.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
What do you get when you echo your classpath?
echo $CLASSPATH
~ Troy Campano ~
-----Original Message-----
From: Jason S. Friedman [mailto:jason(at)powerpull(dot)net]
Sent: Thursday, January 16, 2003 2:42 PM
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [JDBC] jdbc/redhat8.0/postgresql upgrade
I just recently upgraded my postgresql to version 7.2.2-1 on my RedHat box.
JDBC was working before the upgrade. Now, I get this error message:
ClassNotFoundException: org.postgresql.Driver
Under the old setup I had the /usr/java directory in my CLASSPATH and in that directory I had a link to /usr/share/pgsql/pgjdbc2.jar
lrwxrwxrwx 1 root root 28 Jan 6 03:38 postgresql.jar -> /usr/share/pgsql/pgjdbc2.jar
I removed that link and replaced it with a link to /usr/share/pgsql/jdbc7.2dev-1.2.jar, but that did not help.
I did review the archives in this mailing list carefully and could not find anything that directly answered my issue.
Many thanks in advance.
---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Innes | 2003-01-16 20:41:59 | Re: Error Code |
Previous Message | Daniel Serodio | 2003-01-16 20:14:32 | Re: Error Code |