1 | initial version |
try System.loadLibrary(relative path). if it is not working then try System.load(absolute path). and add VM option add -Djava.library.path="path of your dll" its working for me.
2 | No.2 Revision |
try System.loadLibrary(relative path). if it is not working then try System.load(absolute path).
and add in VM option add -Djava.library.path="path of your dll" its working for me.