Re: Java Native library and Hivemind/Tapestry

2006-04-11 Thread Andreas Bulling
Sorry, just to complete my first posting: The exception is java.lang.UnsatisfiedLinkError: Native Library already loaded in another classloader And concerning Hivemind I thought that perhaps a singleton service would solve the problem? ---

Java Native library and Hivemind/Tapestry

2006-04-11 Thread Andreas Bulling
Hi folks, as I have to integrate some functionality of a native library in my web application this time I would like to know how you are doing this. The problem is that the library is only allowed to be loaded once by the classloader and any further loadings will result in a corresponding excepti