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