Java jar to exe problem -- load dll from JNA library

hi

i use exe4j to covert my jar file but i got problem:

ava.lang.UnsatisfiedLinkError: Unable to load library 'C:\Users\Dell\AppData\Local\Temp\e4j6BA7.tmp_dir1361711181\TurboActivate\win-x86\TurboActivate.dll': The specified module could not be found.

how to solve ?

You have to explicitly tell your app where to find the TurboActivate files. See the SetTurboActivateFolder() function in the TurboActivate.java file.

Thanks that solve the problem