1 Reply Latest reply on Aug 20, 2004 2:25 AM by frodeh

    JBoss and JNI

      Anybody done something like this ?

      I am using InfoZoom dcom-bridge, and logs on to a DCOM-serverAPP inside a servlet in JBoss.

      This works fine for the first startup of the webapp, but if I redeploy the webApp, I get an error message :
      "java.lang.UnsatisfiedLinkError: Native Library C:\Program Files\infozoom\izmjnicom.dll already loaded in another classloader"

      I have to restart JBoss in order to get the library loaded again..

      Is there any way to deploy the JNI-library in a JBoss container, and reuse it in several webApps ?

      Frode Halvorsen