RE: jdbc-newbie

From: Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
To: "'Mihai Gheorghiu'" <tanhq(at)bigplanet(dot)com>, pgsql-interfaces(at)postgresql(dot)org
Subject: RE: jdbc-newbie
Date: 2000-08-09 06:24:51
Message-ID: 1B3D5E532D18D311861A00600865478CF1B208@exchange1.nt.maidstone.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

For servlets, you simply need to copy postgresql.jar into the jre/lib/ext
directory.

java.sql is in the jdk, and javax.sql is in the enterprise edition. Unless
you are using the javax extensions you don't need them.

As for the docs, it's on www.postgresql.org

Peter

--
Peter Mount
Enterprise Support
Maidstone Borough Council
Any views stated are my own, and not those of Maidstone Borough Council

-----Original Message-----
From: Mihai Gheorghiu [mailto:tanhq(at)bigplanet(dot)com]
Sent: Tuesday, August 08, 2000 4:48 PM
To: pgsql-interfaces(at)postgresql(dot)org
Subject: [INTERFACES] jdbc-newbie

In order to run servlets, java.sql and javax.sql should be added to the
JDK2.0 package.
Postgres comes with its own jdbc interface (jdbc7.0-1.2.jar).
Are they all neded? What should be installed where?
Is there a URL where the full installation process is presented?

TIA,

Mihai

Browse pgsql-interfaces by date

  From Date Subject
Next Message Sean Alphonse 2000-08-09 08:35:13 ODBC driver for Windows
Previous Message Ross J. Reedstrom 2000-08-08 20:06:29 Re: ODBC reading ini files