On Sun, 28 Jun 2009, Jonathan Camilleri wrote:
> The following bug has been logged online:
>
> Bug reference: 4891
> Description: postgresql-8.3-604.jdbc4.jar - failed to load manifest
> Details:
>
> Downloaded http://jdbc.postgresql.org/download/postgresql-8.3-604.jdbc4.jar,
> and, ran the following command:
>
>> java -jar postgresql-8.3-604.jdbc4.jar
> Failed to load Main-Class manifest attribute from
> postgresql-8.3-604.jdbc4.jar
I'm not sure why you'd expect that command to do something. The JDBC
driver is a library, not an application.
Kris Jurka