JBoss Community

Re: How to make Jboss server recognize Windows DLL

created by Peter Johnson in Beginner's Corner - View the full discussion

Here is what I would try:

 

a) Write a simple Java command line app that used JNA to load the vix.dll

 

b) Use Process Monitor from sysinternals to see which what files ar actually being access.

 

c) Get the source code for JNA and see if there is some detailed logging available to debug loading issues. If so, turn it on. If not, add logging code to it.

 

Basically, you have to debug JNA and find out why it is not working correctly.

Reply to this message by going to Community

Start a new discussion in Beginner's Corner at Community