Re: installing postgresql jdbc driver in Mac OS X Lion

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: installing postgresql jdbc driver in Mac OS X Lion
Date: 2011-06-27 15:43:13
Message-ID: 4E08A511.1030708@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On 06/27/11 8:22 AM, Shaun Langley wrote:
> I'm trying to install the jdbc driver on my Mac OS X Lion installation. I'm running JRE 1.6.0_26.
>
> I've downloaded postgresql-9.0-801.jdbc4.jar
>
> and run
>
> java -jar postgresql-9.0-801.jdbc4.jar
>
> which returns
>
> Failed to load Main-Class manifest attribute from
> postgresql-9.0-801.jdbc4.jar
>
>
>
> Any help trying to resolve this issue would be appreciated!

JDBC is a runtime library, you need to load it with your application
program.

--
john r pierce N 37, W 122
santa cruz ca mid-left coast

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Hannu Krosing 2011-06-27 16:24:53 Re: bytea performance tweak
Previous Message Oliver Jowett 2011-06-27 15:38:24 Re: installing postgresql jdbc driver in Mac OS X Lion