Re: problem while running simple java program

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: java unix <javaunix123(at)gmail(dot)com>
Cc: PostgreSQL JDBC <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: problem while running simple java program
Date: 2005-03-14 19:42:32
Message-ID: 4235E928.1010502@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

java unix wrote:

> [root(at)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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Joseph Shraibman 2005-03-15 04:58:09 executeUpdate("SELECT INTO")
Previous Message Oliver Jowett 2005-03-14 19:39:18 Re: Calling stored functions in executeBatch