Loading JDBC - driver - Mailing list pgsql-interfaces

From Sergei Chernev
Subject Loading JDBC - driver
Date
Msg-id 010801be58bf$81002220$59d17cc1@ser.cnit.nsu.ru
Whole thread Raw
Responses Re: [INTERFACES] Loading JDBC - driver  (Peter T Mount <peter@taer.maidstone.gov.uk>)
List pgsql-interfaces
Hello,

I wonder, if there is a way to load JDBC- driver from network.
I know the method to connect using  jdbc6.4.jar on local disk
and editing CLASSPATH, but it seems to me inconvenient to
ask user to download driver and edit environment.

Does it possible to use construction like that:
Class.forName("http://somewhere.com/postgresql.Driver/jdbc6.4.jar/postgresql
.Driver").newInstance(); ?
Excuse me if it is FAQ, but I didn't find anything of the kind in mailing
list.

Thank you,
---------------------------
Sergei Chernev
Internet: ser@nsu.ru
Phone: +7-3832-397354


pgsql-interfaces by date:

Previous
From: Bryan Mattern
Date:
Subject: Re: [INTERFACES] Pg from CGI in Apache
Next
From: Peter T Mount
Date:
Subject: Re: [INTERFACES] Loading JDBC - driver