From: | Daniel Serodio <daniel(at)checkforte(dot)com(dot)br> |
---|---|
To: | PostgreSQL JDBC List <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | [Fwd: Re: pg73jdbc3.jar ClassNotFoundException] |
Date: | 2003-02-18 22:49:50 |
Message-ID: | 1045608589.3749.211.camel@kelly.ckf |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Thanks for the info, but it'd be better if you sent it directly yo the
list :)
-----Forwarded Message-----
From: Leonardo Hernandez <lhernandez(at)articlynx(dot)cl>
To: Daniel Serodio <daniel(at)checkforte(dot)com(dot)br>
Subject: Re: [JDBC] pg73jdbc3.jar ClassNotFoundException
Date: 18 Feb 2003 19:10:57 -0300
http://www.fankhausers.com/postgresql/jdbc/
chao
leo hernandez
Mensaje citado por Daniel Serodio <daniel(at)checkforte(dot)com(dot)br>:
> How are you invoking this sample app? If this is packed within a jar,
> you need to pass -classpath as the CLASSPATH env var is ignored.
>
> []'s
> Daniel Serodio
>
> On Tue, 2003-02-18 at 17:45, Shannon Scott wrote:
> > Hello,
> > My apologies if this is a repeat question... I could not find my
> > answer in the archives.
> > I am trying to connect to PostGreSQL through a JDBC connection.
> > I have set my classpath ( returned from set ):
> >
>
CLASSPATH=/usr/java/j2sdk1.4.0/lib/tools.jar:.:/usr/java/j2sdk1.4.0/dt.jar:/usr/java/local/lib/pg73jdbc3.jar
> >
> > but when I run my sample:
> >
> > import java.sql.*;
> >
> > public class TestConn
> > {
> > public static void main( String argv[] ) throws
> > java.sql.SQLException, java.lang.ClassNotFoundException
> > {
> > Class.forName( "org.postgresql.Driver" );
> > String url = "jdbc:postgresql://test:5432/test";
> > Connection conn = DriverManager.getConnection( url, "test",
> > "testpass" );
> > }
> > }
> >
> > It throws the ClassNotFoundException.
> > I am using:
> > Redhat 8.0
> > PostGreSQL 7.2
> > J2SDK 1.4.0
> >
> > I thought this ( pg73jdbc3.jar ) was the right version to use.
> > I'm sure I've missed something simple... any help is greatly
> > appreciated.
> > I have successfully set up JDBC connections for Oracle and MySQL in
> > the past without problems.
> > Thank You for any Help.
> > Shannon
> >
> >
> >
> --
> Daniel Serodio <daniel(at)checkforte(dot)com(dot)br>
> CheckForte
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>
-------------------------------------------------
This mail sent through IMP: http://mail.articlynx.cl/
--
Daniel Serodio <daniel(at)checkforte(dot)com(dot)br>
CheckForte
From | Date | Subject | |
---|---|---|---|
Next Message | Shannon Scott | 2003-02-18 23:05:10 | Re: pg73jdbc3.jar ClassNotFoundException |
Previous Message | Agrawal, Manish | 2003-02-18 21:46:56 | Re: pg73jdbc3.jar ClassNotFoundException |