No suitable driver problem - Mailing list pgsql-hackers

From mr_hopkins@earthlink.net (Micheal H.)
Subject No suitable driver problem
Date
Msg-id 38893f4d.7230471@news.earthlink.net
Whole thread Raw
List pgsql-hackers

I've checked the format of the postgresql jdbc url I'm using for my
getConnection call, it acctually works when used for programs run from
the command line.  It's only when I run an applet in a browser do I
get the error "No suitable driver".  I believe the jar is being loaded
because until I added the statement "archive=postgresql.jar" to my
applet statement, the Class.forName("postgresql.Driver"); statement
was producing an error.
Thanks for the help, past and future.



pgsql-hackers by date:

Previous
From: Kristofer Munn
Date:
Subject: Patch for elog(FATAL)/elog(ERROR) infinite loop?
Next
From: "Hiroshi Inoue"
Date:
Subject: RE: [HACKERS] Re: vacuum timings