Re: Version information inside the driver's jar file - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Version information inside the driver's jar file
Date
Msg-id alpine.BSO.2.00.0912080407320.29250@leary.csoft.net
Whole thread Raw
In response to Version information inside the driver's jar file  (Thomas Kellerer <spam_eater@gmx.net>)
Responses Re: Version information inside the driver's jar file
List pgsql-jdbc

On Tue, 8 Dec 2009, Thomas Kellerer wrote:

> if the driver's jar file has been renamed, the only way to find out the
> driver's version is to actually make a connection using that driver.
> I would like to suggest to add an entry to the manifest file that shows the
> driver's version so that it is easier to find that out (e.g. when a .jar file
> gets bundled within an application)

kjurka@brain:~/pg/jdbc$ java -classpath postgresql-8.4-701.jdbc3.jar
org.postgresql.util.PSQLDriverVersion
PostgreSQL 8.4 JDBC3 (build 701)
Found in:
jar:file:/home/kjurka/pg/jdbc/postgresql-8.4-701.jdbc3.jar!/org/postgresql/Driver.class

Kris Jurka

pgsql-jdbc by date:

Previous
From: Thomas Kellerer
Date:
Subject: Version information inside the driver's jar file
Next
From: Thomas Kellerer
Date:
Subject: Re: Version information inside the driver's jar file