Re: getNotifications

From: kfan <kfan(dot)b1(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: getNotifications
Date: 2012-08-17 17:22:34
Message-ID: 1345224154859-5720244.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Maciek - I responded directly to your email and attached my test code.

I am a bit confused as I removed the "details" from the run method so it
would compile, then tried to run, baby steps, and get the following runtime
error:

Exception in thread "main" java.lang.ClassNotFoundException:
org.postgresql.Driver on the line

Class.forName("org.postgresql.Driver");

I am using Eclipse, my build path has the postgresql-9.0-801.jdbc4.jar. I
know it must be something simple. I've done a little googling and not sure
I am getting it.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/getNotifications-tp5720228p5720244.html
Sent from the PostgreSQL - jdbc mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message kfan 2012-08-17 17:30:59 Re: getNotifications
Previous Message Maciek Sakrejda 2012-08-17 17:16:02 Re: getNotifications