I know this is a quite common question but I think I tried every solution without success.
The error I get:
Native code library failed to load.
java.lang.UnsatisfiedLinkError: no App_JavaAPI in java.library.path
I've appended the path to the directory of the App_JavaAPI.dll on PATH variable on Eclipse. I've tried to add the path to the file itself and even adding both on the PATH env variable defined at OS level.
Moreover, I've tried to put the line:
-Djava.library.path="path to the dir or to the dll itself"
with no success as well. In this case, if I put the path to the dll itself the error is still there. Otherwise, if I put only the path to the dir, I get the error:
java.lang.UnsatisfiedLinkError: path_to_the_dir\App_JavaAPI.dll: The network path was not found
Do you have any other advice?
Thanks all, Andrea