Slide 1.0.16 Tomcat 4.0 JDK 1.3.0_01 I extended both WebdavServlet and Realm and I need to call native code in both classes out of the same dll. Where should I load the dll? I tried loading the dll in Realm but WebdavServlet couldn't see it and threw me UnsatisifiedLinkError. If I load it in WebdavServlet, Realm won't work either since Realm gets initialized first. If I load the dll in both classes the second call will get error "java.lang.UnsatisfiedLinkError: .... already loaded in another classloader".
Can anyone help? Any experience with native calls in Slide would be appreciated. TIA. Jingmei -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
