From: dgovoni at metadapt.com (Darren Govoni) Date: Fri, 24 Mar 2006 23:23:31 -0500 Subject: [Pljava-dev] Cannot find dynamic class Message-ID: <4424C5C3.4000500@metadapt.com> Hi, Running pljava 1.1 with postgres 8.0.3. I have a single jar that contains all my classes. One class 'SocketImpl', is dynamically loaded, however pljava throws a class not found exception when I try to execute a function on a class that statically initializes with 'SocketImpl'. Any tips very appreciated! Cheers, Darren