Peter Johnson [http://community.jboss.org/people/peterj] created the discussion

"Re: How to make Jboss server recognize Windows DLL"

To view the discussion, visit: http://community.jboss.org/message/604301#604301

--------------------------------------------------------------
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
[http://community.jboss.org/message/604301#604301]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to