Ask Your Question

Revision history [back]

click to hide/show revision 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.

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.