Re: problem while running simple java program - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: problem while running simple java program
Date
Msg-id 4235E928.1010502@opencloud.com
Whole thread Raw
In response to problem while running simple java program  (java unix <javaunix123@gmail.com>)
List pgsql-jdbc
java unix wrote:

> [root@roopesh root]# java PostgreSQLTest
> Exception in thread "main" java.lang.InternalError:
> unexpected exception during
> linking: java.lang.ClassNotFoundException:
> javax.net.ssl.SSLSocket

You appear to be using a driver built with SSL (JSSE) support in an
environment that does not provide JSSE.

You need to either add JSSE support (don't know how easy that is) to
your runtime environment, or rebuild the driver from source under the
environment you're actually using, which should disable use of SSL.

-O

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: Calling stored functions in executeBatch
Next
From: Joseph Shraibman
Date:
Subject: executeUpdate("SELECT INTO")