I have an application which uses methods in a .jar which calls a .dll. This works fine for me on my machine (when the app is unpackaged or run as a .jar itself) but when the application.jar is run on another machine, with the external .dll on the system path, it cannot run the dll file.
Does the .dll have to be located anywhere special? I has assumed that as it was on the system path that it would be found.
Thanks in advance
Dougie