From: thomas at tada.se (Thomas Hallgren) Date: Sat, 25 Mar 2006 08:51:00 +0100 Subject: [Pljava-dev] Cannot find dynamic class In-Reply-To: <4424C5C3.4000500@metadapt.com> References: <4424C5C3.4000500@metadapt.com> Message-ID: <4424F664.7060105@tada.se> Hi Darren, What do you mean when you say 'dynamically loaded'? Do you load it using an explicit ClassLoader.loadClass() call? And that succeeds? Also, when you say 'statically initializes', you you mean that the class in question has a static attribute of class SocketImpl, does it extend that class, or does it use an explicit ClassLoader inside of a static initializer? Is it a ClassNotFoundException or a NoClassDefFoundError that you are experiencing? Can you provide a stack trace? Regards, Thomas Hallgren Darren Govoni wrote: > 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 > _______________________________________________ > Pljava-dev mailing list > Pljava-dev at gborg.postgresql.org > http://gborg.postgresql.org/mailman/listinfo/pljava-dev >