JDBC problem

From: Weiming He <weiming(at)cnri(dot)reston(dot)va(dot)us>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: JDBC problem
Date: 2001-06-18 00:50:08
Message-ID: 3B2D5040.CEAB9D7F@cnri.reston.va.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi,

I'm experiencing problems with the jdbc driver. First of all, what is
the correct syntax for running the compiled examples of Postgresql
7.1.2. I ran the followings earlier today, and I got the same error
messages

>java uk.org.retep.finder.Main

Exception in thread "main" java.lang.NoClassDefFoundError:
uk/org/retep/finder/Main

>java basic jdbc:postgresql:cnri_handle loginame passwd

Exception in thread "main" java.lang.NoClassDefFoundError:
jdbc:postgresql:cnri_handle

>java -Djdbc.drivers=org.postgresql.Driver uk.org.retep.finder.Main
Exception in thread "main" java.lang.NoClassDefFoundError:
uk/org/retep/finder/Main

can anyone help me out with this? Thanks in advance.

Browse pgsql-interfaces by date

  From Date Subject
Next Message Hiroshi Inoue 2001-06-18 00:58:49 Re: Error handling in ODBC
Previous Message Paul Grenda 2001-06-17 12:12:55 jbuilder and postgres