Re: [GENERAL] No suitable driver found for jdbc:postgresql [error]

2011-07-12 Thread Craig Ringer
On 9/07/2011 11:56 PM, Jonathan Camilleri wrote: In order to enable JDK to connect to the library files, I copied over /postgresql-8.4-702.jdbc*3*.jar/, and, /postgresql-8.4-702.jdbc*4*.jar/ to /C:\Program Files\Java\jre6\lib\ext/. Argh, don't do that! You're messing with *every* java program

Re: [GENERAL] No suitable driver found for jdbc:postgresql [error]

2011-07-12 Thread Adrian Klaver
On Tuesday, July 12, 2011 6:07:28 am Jon80 wrote: > On Jul 9, 6:32 pm, rjgonz...@estrads.com.ar (Rodrigo Gonzalez) wrote: > > On 07/09/2011 12:56 PM, Jonathan Camilleri wrote:> /Notes for Windows > > users/ > > > > http://www.postgresql.org/docs/9.0/static/app-psql.html > > How does this link ans

Re: [GENERAL] No suitable driver found for jdbc:postgresql [error]

2011-07-12 Thread Jon80
On Jul 9, 6:32 pm, rjgonz...@estrads.com.ar (Rodrigo Gonzalez) wrote: > On 07/09/2011 12:56 PM, Jonathan Camilleri wrote:> /Notes for Windows users/ > > http://www.postgresql.org/docs/9.0/static/app-psql.html How does this link answer my questions? -- Sent via pgsql-general mailing list (pgsql-g

Re: [GENERAL] No suitable driver found for jdbc:postgresql [error]

2011-07-09 Thread Rodrigo Gonzalez
On 07/09/2011 12:56 PM, Jonathan Camilleri wrote: /Notes for Windows users/ http://www.postgresql.org/docs/9.0/static/app-psql.html

Re: [GENERAL] No Suitable Driver

2000-08-24 Thread Peter Mount
Ah servlets. The CLASSPATH variable doesn't work with them. Copy the .jar file into the JDK's lib/jre/ext directory, and it should then work. Peter -- Peter T Mount [EMAIL PROTECTED], [EMAIL PROTECTED] Homepage: http://www.retep.org.uk Contact details: http://petermount.com PostgreSQL JDBC: htt