Re: Exception Error - Please help I've tried everything! - Mailing list pgsql-jdbc

From Andrew Lazarus
Subject Re: Exception Error - Please help I've tried everything!
Date
Msg-id op.tjnq0uq9ftslme@andyxp
Whole thread Raw
In response to Re: Exception Error - Please help I've tried everything!  ("Greg Peters" <gregpeters79@gmail.com>)
Responses Re: Exception Error - Please help I've tried everything!
List pgsql-jdbc
Sorry to jump in mid-thread; I no longer read every message. But I do use NB 5.0 and 5.5 with no problem. Are you
passingin -Djdbc.driver=org.postgresql.Driver to the VM? You don't in the example java -classpath etc. line below which
iswhy it doesn't work. You can put it into the NB project by right-clicking the project in the project pane, going to
"Properties",Run, and adding the -D command to the "extra parameters" text box. 

I believe that in the alternative, you can do a Class.forName("org.postgresql.Driver") in your code before you start
accessingthe DB. The java.sql code doesn't know WHICH jdbc driver to load when you open the DB until you tell it. 

On Sun, 26 Nov 2006 15:21:58 -0800, Greg Peters <gregpeters79@gmail.com> wrote:

> Chuck,
>
> Thanks for your input. I will see if adding the PG driver to the NB library
> helps when I get home from work today. However, as I mentioned, I was unable
> to get it to work from the command prompt either, even when specifically
> providing a classpath with the command:
>
> java -classpath postgresql.jar PostgresqlClient.class   (both files are in
> the same directory)
>
> I know what you mean by psql being a good platform. I have been using it the
> last few months and have been impressed. Currently all my user interfaces
> have been web based using php (i see myself a semi-expert), but I am now
> trying to break into the java scene (really just learning the basics). I am
> ultimately going to make an interactive map, with object locations stored in
> the database and a friendly gui interface - well that's the plan anyway.....
>
> Thanks again,
>
> Greg.
>



--
Andrew Lazarus  drlaz@attglobal.net

pgsql-jdbc by date:

Previous
From: Mikko Tiihonen
Date:
Subject: Re: binary tuple receiving patch v4
Next
From: "Greg Peters"
Date:
Subject: Re: Exception Error - Please help I've tried everything!