4 Replies Latest reply on Apr 8, 2004 2:27 AM by raj_kumar

    Accessing JNI DLL's from JBOSS

    prax_vln

      I have coded a Session Bean and deployed it in JBOSS application server ,but my bean could not access JNI dlls from the container,I copied the dll's to the application server's lib directory(C:\jboss-3.2.1\server\default\lib),I also tried loading the dll with System.loadLibrary()
      but I was not successful,further the application is not seen to raise any RemoteException in this regard,Please anyone get back to me on this