asking help

From: Manju Maliyekkal <manju_maliyekkal(at)yahoo(dot)com>
To: pgsql_jdbc(at)postgresql(dot)org
Subject: asking help
Date: 2004-06-03 10:23:10
Message-ID: 20040603102310.84288.qmail@web50103.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

hello sir,

Our pblm is:

we configured postgres.

now we have the jar files in /usr/share/pgsql. there we have 3 jar files named
pg73b1jdbc1.jar

after that we set out classpath to one of these jar files as
export classpath=/usr/share/pgsql/pg73b1jdbc1.jar:/achu/Trial1.java

Trial1 is the name of our java file.

in that java file we write the code as

Class. forName("org.postgresql.Driver")

This driver is there in the jar files. we are sure about that.
Then we compiled our prgm . then it showed an error like
NoclassFoundException:Driver not found.

Please help us.

Manju


---------------------------------
Do you Yahoo!?
Friends. Fun. Try the all-new Yahoo! Messenger

Browse pgsql-jdbc by date

  From Date Subject
Next Message Manju Maliyekkal 2004-06-03 10:24:36 asking help
Previous Message Jan Heise 2004-06-03 07:07:07 Re: int4/int8 problem with jdbc was Re: "Fix" for INT8 literals