JDBC on HP-UX

From: "Sondaar, Roelof" <roelof(dot)sondaar(at)scania(dot)com>
To: "'pgsql-interfaces(at)postgresql(dot)org'" <pgsql-interfaces(at)postgresql(dot)org>
Subject: JDBC on HP-UX
Date: 2000-05-30 09:10:24
Message-ID: 085AAC4CBB98D111936B00A0C9449A6D7C15E0@sv7001.nl.scania.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hello Everybody,

If I am in the wrong list, please let me know.

I have a problem to get JDBC running.

I get the following messages:
java.sql.SQLException: No suitable driver
at java.sql.DriverManager.getConnection(DriverManager.java:103)
at java.sql.DriverManager.getConnection(DriverManager.java:126)
at DBqueryWindow.openDB(DBqueryWindow.java:554)
at DBqueryWindow.actionPerformed(DBqueryWindow.java:260)
at java.awt.Button.processActionEvent(Button.java:256)
at java.awt.Button.processEvent(Button.java:229)
at java.awt.Component.dispatchEventImpl(Compiled Code)
at java.awt.Component.dispatchEvent(Compiled Code)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:79)

I downloaded the JDBC drivers from retep.. jdbc6_5-1_1.jar.
I am running PostgreSQL 6.5.3 on hpux10.20.
The CLASSPATH seems OK
(CLASSPATH=.:/opt/java:/home/snlsor/java:/home/snlsor/bin:/opt/java/jdbc/pos
tgresql/jdbc6_5-1_1.jar).

Perhaps someone can shed some light on this.

Best regards,
Roelof

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter Mount 2000-05-30 09:33:43 RE: JDBC on HP-UX
Previous Message Peter Mount 2000-05-30 08:57:01 RE: jdbc driver: Why it isn't jdbcCompliant?