[Pljava-dev] Cannot find dynamic class

Thomas Hallgren thomas at tada.se
Sat Mar 25 07:51:00 UTC 2006


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
>   




More information about the Pljava-dev mailing list