Re: jdbc newbie question

From: "Dave Cramer" <Dave(at)micro-automation(dot)net>
To: "'Russ McBride'" <Russ(at)psyex(dot)com>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: jdbc newbie question
Date: 2001-09-17 02:01:53
Message-ID: 013601c13f1c$b945fb50$c201a8c0@inspiron
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Presuming that the spelling mistakes in the command line below are just
that, I would suggest

Putting the driver jar file into the $JAVA_HOME/jre/lib/ext directory,
or adding it to the classpath

Dave

-----Original Message-----
From: pgsql-jdbc-owner(at)postgresql(dot)org
[mailto:pgsql-jdbc-owner(at)postgresql(dot)org] On Behalf Of Russ McBride
Sent: September 16, 2001 9:55 PM
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [JDBC] jdbc newbie question

Hi guys,

I've got a postgreSQL database setup and installed with jdbc, but I'm
having trouble getting WebObjects to make a connection to the
database. I'm getting a "no driver detected" error message. I've
tried to load up the driver using:

java -Djdbc.drivers=org.postgeresql.Drver example.ImageViewer

which doesn't seem to work. Any suggestions? I'm running Mac OS
10.04, PG 7.1.2.

TIA

Russ

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
message can get through to the mailing list cleanly

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2001-09-17 04:36:21 Re: default fetch size
Previous Message Russ McBride 2001-09-17 01:55:09 jdbc newbie question