[JDBC] Errors Trying To Use JDBC

2001-04-16 Thread Corey Mosher
Hi, When I try to use the postgresql.jar I get the following error: > java sample Exception caught. java.lang.ClassNotFoundException: org.postgresql.Driver java.lang.ClassNotFoundException: org.postgresql.Driver at sample.(sample.java:10) at sample.main(sample.java:38) Here is

Re: [JDBC] Errors Trying To Use JDBC

2001-04-16 Thread Corey Mosher
I'm using tcsh, so I think it is done the way I did it below. Maybe I'm wrong though, anyone have any ideas? Corey On Mon, 16 Apr 2001, toby cabot wrote: > > > >set CLASSPATH = ($CLASSPATH /usr/local/lib/postgresql.jar .) > > > > CLASSPATH is colon-delimited so try: > > set CLASSPATH = ($CL