Re: jdbc -Connection fail in suddnly - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: jdbc -Connection fail in suddnly
Date
Msg-id 015801c1be11$ad8ac9c0$8201a8c0@inspiron
Whole thread Raw
In response to jdbc -Connection fail in suddnly  (Manoj Mallawaarachchie <manoj@mobitellanka.com>)
List pgsql-jdbc
Manoj,

If you put the driver into the jdk/jre/lib/ext directory then you don't
have to set the classpath, it should work automagically.

Can you send us some test code which fails?

Dave

-----Original Message-----
From: pgsql-jdbc-owner@postgresql.org
[mailto:pgsql-jdbc-owner@postgresql.org] On Behalf Of Manoj
Mallawaarachchie
Sent: Monday, February 25, 2002 6:26 AM
To: pgsql-jdbc@postgresql.org
Subject: [JDBC] jdbc -Connection fail in suddnly


Hi All,

I got a Abnormal problem in my Posthresql DB running on RedHat 7.0
yesterday It work with JDBC application.

My Prpblem is It say fail to connect no suitable driver. but I put jdbc
drivers(jar) files in jdk/jre/lib/ext directory and set the all
classpths and it work fine in last few months but i got this error
suddnly. So I did fresh installation in another machine and do the
configuration It got same error. Only thing in 2 nd PC is partition for
data directory where data base data is stored. /data/pgsql/data/base

What can be happen..?
please advice me
Thank in advance
regards
Manoj




---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)



pgsql-jdbc by date:

Previous
From: "Dave Cramer"
Date:
Subject: Re: SET TRANSACTION ISOLATION LEVEL
Next
From: "Dave Cramer"
Date:
Subject: Re: how to program a db-connection in java?