> > > Do your log files have any interesting messages?
> > 
> > Nothing. Clean as a whistle. The problem is not related to PostgreSQL or JDBC 
>driver. I can establish a connection via regular mechanism:
> > 
> > Class.forName( "org.postgresql.Driver" );
> > Connection conn = DriverManager.getConnection( 
>"jdbc:postgresql://test.ev.co.yu/test", "test", "test_pass" );
> 
> This is problem in JSDK 1.4, I think. But under JSDK 1.3.1 everything
> ok.

I'm using JDK 1.3.0-2 on Tru64 UNIX.

Nix.


Reply via email to