Re: servlet reloading issue with native library

2001-03-05 Thread Milt Epstein
On Mon, 5 Mar 2001, Milt Epstein wrote: > When tomcat tries to reload my servlet, I get the following error > message: > > java.lang.UnsatisfiedLinkError: Native Library ... already loaded in another >classloader > > (This is for a native library that I have and am explicitly loading in > my c

servlet reloading issue with native library

2001-03-05 Thread Milt Epstein
When tomcat tries to reload my servlet, I get the following error message: java.lang.UnsatisfiedLinkError: Native Library ... already loaded in another classloader (This is for a native library that I have and am explicitly loading in my code.) Is there any way around this? Thanks. Milt Eps