exception running example.basic

From: "Floyd Shackelford" <FloydS(at)4peakstech(dot)com>
To: "pgsql-interfaces" <pgsql-interfaces(at)postgresql(dot)org>
Subject: exception running example.basic
Date: 2000-02-21 15:57:59
Message-ID: 000201bf7c84$6cc5e8a0$9701a8c0@azoffice.4peakstech.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I have built the postgress jdbc interfaces. When I try to run the example as
follows:

CLASSPATH=.:./postgresql.jar:$JDKTOP/lib/classes.zip

java -Djdbc.drivers=postgresql.Driver example.basic
jdbc:postgresql://localhost
/a_database a_userid a_password

I get the following error.

PostgreSQL basic test v6.3 rev 1

Connecting to Database URL = jdbc:postgresql://localhost/a_database
Unknown object of type:java.lang.ClassNotFoundException
Exception caught.
java.lang.IllegalArgumentException: Unknown argument
java.lang.IllegalArgumentException: Unknown argument
at java.text.MessageFormat.format(MessageFormat.java)
at java.text.MessageFormat.format(MessageFormat.java)
at java.text.MessageFormat.format(MessageFormat.java)
at postgresql.util.PSQLException.translate(PSQLException.java:83)
at postgresql.util.PSQLException.<init>(PSQLException.java:45)
at postgresql.Driver.connect(Driver.java:106)
at java.sql.DriverManager.getConnection(DriverManager.java:91)
at java.sql.DriverManager.getConnection(DriverManager.java:134)
at example.basic.<init>(basic.java:32)
at example.basic.main(basic.java:171)

Regards,
Floyd Shackelford
4 Peaks Technology Group, Inc.
http://www.4peakstech.com/
office: +1.888.398.4405
fax: +1.916.404.7125

Browse pgsql-interfaces by date

  From Date Subject
Next Message richard clark 2000-02-21 16:03:11 SUBSCRIBE
Previous Message Floyd Shackelford 2000-02-21 15:48:24 solved: driver not found error